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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贈箪贈箪^ | 100100011010000110010010010111001001000110100001100100100101110001011110 | 91a1925c91a1925c5e |
EUC-JP | 贈箪贈箪^ | 110000101010001111000011101111011100001010100011110000111011110101011110 | c2a3c3bdc2a3c3bd5e |
UTF-8 | 贈箪贈箪^ | 11101000101101001000100011100111101011101010101011101000101101001000100011100111101011101010101001011110 | e8b488e7aeaae8b488e7aeaa5e |
UHC | 贈?贈?^ | 11110001111111000011111111110001111111000011111101011110 | f1fc3ff1fc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)