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 | 俑??寃? | 10011000110110100011111100111111100110111000001100111111 | 98da3f3f9b833f |
| EUC-JP | 俑??寃? | 11010000110111000011111100111111110101011110001100111111 | d0dc3f3fd5e33f |
| UTF-8 | 俑앸끀寃줒 | 111001001011111110010001111011001001010110111000111010111000000110000000111001011010111110000011111011001010010010010010 | e4bf91ec95b8eb8180e5af83eca492 |
| UHC | 俑앸끀寃줒 | 11101001101101011001110111101011100001011011011011101010101100101010001001000010 | e9b59deb85b6eab2a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)