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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蕭誌住^ | 11100101010010101000111010001111100011110101101001011110 | e54a8e8f8f5a5e |
EUC-JP | 蕭誌住^ | 11101001101010111011101111101111101111011011101101011110 | e9abbbefbdbb5e |
UTF-8 | 蕭誌住^ | 11101000100101011010110111101000101010101000110011100100101111011000111101011110 | e895ade8aa8ce4bd8f5e |
UHC | 蕭誌住^ | 11100001110010111111001010111100111100011010110001011110 | e1cbf2bcf1ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)