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 | ??潚???? | 001111110011111110001111110010001101101000111111001111110011111100111111 | 3f3f8fc8da3f3f3f3f |
| UTF-8 | 롍렚潚롙롘롍렳 | 111010111010000110001101111010111010000010011010111001101011110110011010111010111010000110011001111010111010000110011000111010111010000110001101111010111010000010110011 | eba18deba09ae6bd9aeba199eba198eba18deba0b3 |
| UHC | 롍렚潚롙롘롍렳 | 1000111011010011100011101010110111100010110110001000111011011101100011101101110010001110110100111000111011000000 | 8ed38eade2d88edd8edc8ed38ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)