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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | 洹?????? | 100011111100011110111010001111110011111100111111001111110011111100111111 | 8fc7ba3f3f3f3f3f3f |
| UTF-8 | 洹폈렱곕렞쿨떪 | 111001101011010010111001111011011000111110001000111010111010000010110001111010101011001110010101111010111010000010011110111011001011111110101000111010111001011010101010 | e6b4b9ed8f88eba0b1eab395eba09eecbfa8eb96aa |
| UHC | 洹폈렱곕렞쿨떪 | 1110101010110111110001101111000110001110101111101011000011101011100011101010111111000100111100001011011010110100 | eab7c6f18ebeb0eb8eafc4f0b6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)