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 | 倭??曜?9 | 100110000110000000111111001111111001011101101010001111111000001001011000 | 98603f3f976a3f8258 |
| EUC-JP | 倭??曜?9 | 110011111100000100111111001111111100110111001011001111111010001110111001 | cfc13f3fcdcb3fa3b9 |
| UTF-8 | 倭롥돭曜덅9 | 111001011000000010101101111010111010000110100101111010111000111110101101111001101001101110011100111010111000110110000101111011111011110010011001 | e580adeba1a5eb8fade69b9ceb8d85efbc99 |
| UHC | 倭롥돭曜덅9 | 111010001101111010001110111001011000100110110000111010001111100010001000111010001010001110111001 | e8de8ee589b0e8f888e8a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)