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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 題壟?私?? | 100100011110100010011010111000000011111110001110100001000011111100111111 | 91e89ae03f8e843f3f |
| EUC-JP | 題壟?私?? | 110000101110101011010100111000100011111110111011111001000011111100111111 | c2ead4e23fbbe43f3f |
| UTF-8 | 題壟렫私렜물 | 111010011010000110001100111001011010001110011111111010111010000010101011111001111010011110000001111010111010000010011100111010111010110010111100 | e9a18ce5a39feba0abe7a781eba09cebacbc |
| UHC | 題壟렫私렜물 | 111100001011100111010110111001101000111010111001110111101110011110001110101011101011100110110000 | f0b9d6e68eb9dee78eaeb9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)