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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 蕭誌蹴K | 11100101010010101000111010001111100011110101001001001011 | e54a8e8f8f524b |
EUC-JP | 蕭誌蹴K | 11101001101010111011101111101111101111011011001101001011 | e9abbbefbdb34b |
UTF-8 | 蕭誌蹴K | 11101000100101011010110111101000101010101000110011101000101110011011010001001011 | e895ade8aa8ce8b9b44b |
UHC | 蕭誌蹴K | 11100001110010111111001010111100111101011110110101001011 | e1cbf2bcf5ed4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)