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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 凋?????? | 1001001010011100001111110011111100111111001111110011111100111111 | 929c3f3f3f3f3f3f |
| EUC-JP | 凋?????? | 1100001111111100001111110011111100111111001111110011111100111111 | c3fc3f3f3f3f3f3f |
| UTF-8 | 凋롌뤷熉렫렞섬 | 111001011000011110001011111010111010000110001100111010111010010010110111111001111000011010001001111010111010000010101011111010111010000010011110111011001000010010101100 | e5878beba18ceba4b7e78689eba0abeba09eec84ac |
| UHC | 凋롌뤷熉렫렞섬 | 1111000010111101100011101101001010001111111001011110100111111011100011101011100110001110101011111011110010110110 | f0bd8ed28fe5e9fb8eb98eafbcb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)