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 | ?德?喪? | 00111111111110101011101000111111100100010111001000111111 | 3ffaba3f91723f |
| EUC-JP | ???喪? | 001111110011111100111111110000011101001100111111 | 3f3f3fc1d33f |
| UTF-8 | 뤯德쭗喪렒 | 111010111010010010101111111001011011111010110111111011001010110110010111111001011001011010101010111010111010000010010010 | eba4afe5beb7ecad97e596aaeba092 |
| UHC | 뤯德쭗喪렒 | 10001111110111011101001111101100101001111000111111011111110000111000111010100111 | 8fddd3eca78fdfc38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)