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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎?砥?臍 | 1001001011110101001111111001001101110101001111111110010001100000 | 92f53f93753fe460 |
EUC-JP | 禎?砥?臍 | 1100010011110111001111111100010111010110001111111110011111000001 | c4f73fc5d63fe7c1 |
UTF-8 | 禎렋砥렫臍 | 111001111010011010001110111010111010000010001011111001111010000010100101111010111010000010101011111010001000011110001101 | e7a68eeba08be7a0a5eba0abe8878d |
UHC | 禎렋砥렫臍 | 11101111111011101000111010100010111100101011001010001110101110011111000010110000 | efee8ea2f2b28eb9f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)