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 | ?鴦頸?? | 00111111111010011111000111101000111100100011111100111111 | 3fe9f1e8f23f3f |
| EUC-JP | ?鴦頸?? | 00111111111100101111001111110000111101000011111100111111 | 3ff2f3f0f43f3f |
| UTF-8 | 뤙鴦頸풆킣 | 111010111010010010011001111010011011010010100110111010011010000010111000111011011001001010000110111011011000001010100011 | eba499e9b4a6e9a0b8ed9286ed82a3 |
| UHC | 뤙鴦頸풆킣 | 10001111110010001110010011101100110011001111001010111110100011101011010101001111 | 8fc8e4ecccf2be8eb54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)