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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 雕雕^ | 1110100010111000111010001011100001011110 | e8b8e8b85e |
EUC-JP | 雕雕^ | 1111000010111010111100001011101001011110 | f0baf0ba5e |
UTF-8 | 雕雕^ | 11101001100110111001010111101001100110111001010101011110 | e99b95e99b955e |
UHC | 雕雕^ | 1111000011100111111100001110011101011110 | f0e7f0e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)