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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 篋眈 | 11100010101110001110000110111100 | e2b8e1bc |
EUC-JP | 篋眈 | 11100100101110101110001010111110 | e4bae2be |
UTF-8 | 篋眈 | 111001111010111110001011111001111001110010001000 | e7af8be79c88 |
UHC | ?眈 | 001111111111011110101111 | 3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)