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 | 贈梨贈悧^ | 100100011010000110010111100111001001000110100001100111001010010001011110 | 91a1979c91a19ca45e |
EUC-JP | 贈梨贈悧^ | 110000101010001111001101111111001100001010100011110110001010011001011110 | c2a3cdfcc2a3d8a65e |
UTF-8 | 贈梨贈悧^ | 11101000101101001000100011100110101000101010100011101000101101001000100011100110100000101010011101011110 | e8b488e6a2a8e8b488e682a75e |
UHC | 贈梨贈悧^ | 111100011111110011010111110111101111000111111100110101111101110001011110 | f1fcd7def1fcd7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)