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 | 冶??靭?┃ | 100101101110100000111111001111111001000001111000001111111000010010101011 | 96e83f3f90783f84ab |
| EUC-JP | 冶??靭?┃ | 110011001110101000111111001111111011111111011001001111111010100010101101 | ccea3f3fbfd93fa8ad |
| UTF-8 | 冶싲떵靭곻┃ | 111001011000011010110110111011001000101110110010111010111001011010110101111010011001110110101101111010101011001110111011111000101001010010000011 | e586b6ec8bb2eb96b5e99dadeab3bbe29483 |
| UHC | 冶싲떵靭곻┃ | 111001011010011110011010111010111011011010111010111011001110010110000001111011111010011010101101 | e5a79aebb6baece581efa6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)