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 | 凋????? | 10010010100111000011111100111111001111110011111100111111 | 929c3f3f3f3f3f |
| EUC-JP | 凋????? | 11000011111111000011111100111111001111110011111100111111 | c3fc3f3f3f3f3f |
| UTF-8 | 凋롌뤷熉렫렞 | 111001011000011110001011111010111010000110001100111010111010010010110111111001111000011010001001111010111010000010101011111010111010000010011110 | e5878beba18ceba4b7e78689eba0abeba09e |
| UHC | 凋롌뤷熉렫렞 | 111100001011110110001110110100101000111111100101111010011111101110001110101110011000111010101111 | f0bd8ed28fe5e9fb8eb98eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)