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 | 程【程【^ | 100100101111011010000001011110011001001011110110100000010111100101011110 | 92f6817992f681795e |
EUC-JP | 程【程【^ | 110001001111100010100001110110101100010011111000101000011101101001011110 | c4f8a1dac4f8a1da5e |
UTF-8 | 程【程【^ | 11100111101010001000101111100011100000001001000011100111101010001000101111100011100000001001000001011110 | e7a88be38090e7a88be380905e |
UHC | 程【程【^ | 111011111110111110100001101111001110111111101111101000011011110001011110 | efefa1bcefefa1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)