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 | 葉??蘊 | 100101110111010000111111001111111110010101011101 | 97743f3fe55d |
| EUC-JP | 葉??蘊 | 110011011101010100111111001111111110100110111110 | cdd53f3fe9be |
| UTF-8 | 葉띄뇭蘊 | 111010001001000110001001111010111001110110000100111010111000011110101101111010001001100010001010 | e89189eb9d84eb87ade8988a |
| UHC | 葉띄뇭蘊 | 1110011110101000101101101110011110000111100100101110100010110011 | e7a8b6e78792e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)