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 | 鴉??揖?? | 1110100111101011001111110011111110010111010010110011111100111111 | e9eb3f3f974b3f3f |
| EUC-JP | 鴉??揖?? | 1111001011101101001111110011111111001101101011000011111100111111 | f2ed3f3fcdac3f3f |
| UTF-8 | 鴉띿꼳揖밧춢 | 111010011011010010001001111010111001110110111111111010101011110010110011111001101000111110010110111010111011000010100111111011001011011010100010 | e9b489eb9dbfeabcb3e68f96ebb0a7ecb6a2 |
| UHC | 鴉띿꼳揖밧춢 | 111001001011110010001101111011001000010010001100111010111110011110111001111001011010110110000011 | e4bc8dec848cebe7b9e5ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)