To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貔郁セ | 1110011010111110100010001110100010111110 | e6be88e8be |
EUC-JP | 貔郁セ | 111011001100000010110000111010101000111010111110 | ecc0b0ea8ebe |
UTF-8 | 貔郁セ | 111010001011001010010100111010011000001110000001111011111011110110111110 | e8b294e98381efbdbe |
UHC | ?郁? | 00111111111010011111010000111111 | 3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)