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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 禎私?俎?h | 100100101111010110001110100001000011111110011000110101110011111101101000 | 92f58e843f98d73f68 |
EUC-JP | 禎私?俎?h | 110001001111011110111011111001000011111111010000110110010011111101101000 | c4f7bbe43fd0d93f68 |
UTF-8 | 禎私깃俎렣h | 11100111101001101000111011100111101001111000000111101010101110011000001111100100101111111000111011101011101000001010001101101000 | e7a68ee7a781eab983e4bf8eeba0a368 |
UHC | 禎私깃俎렣h | 1110111111101110110111101110011110110001111010101111000010111011100011101011010001101000 | efeedee7b1eaf0bb8eb468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)