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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 楷?偕? | 100111101011001000111111100110001111000100111111 | 9eb23f98f13f |
| EUC-JP | 楷?偕? | 110111001011010000111111110100001111001100111111 | dcb43fd0f33f |
| UTF-8 | 楷렠偕렦 | 111001101010010110110111111010111010000010100000111001011000000110010101111010111010000010100110 | e6a5b7eba0a0e58195eba0a6 |
| UHC | 楷렠偕렦 | 1111101010101100100011101011000111111010101001011000111010110101 | faac8eb1faa58eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)