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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?祀d膺?載 | 00111111111000100100101010000010100001001110010001011110001111111000110111011010 | 3fe24a8284e45e3f8dda |
EUC-JP | ?祀d膺?載 | 00111111111000111010101110100011111001001110011110111111001111111011101011011100 | 3fe3aba3e4e7bf3fbadc |
UTF-8 | 綎祀d膺렞載 | 111001111011011010001110111001111010010110000000111011111011110110000100111010001000011010111010111010111010000010011110111010001011110010001001 | e7b68ee7a580efbd84e886baeba09ee8bc89 |
UHC | 綎祀d膺렞載 | 111011111111001011011110111001011010001111100100111010111110110010001110101011111110111010110000 | eff2dee5a3e4ebec8eafeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)