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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 撓℡??? | 10011101100110101000011110000100001111110011111100111111 | 9d9a87843f3f3f |
| EUC-JP | 撓???? | 110110011111101000111111001111110011111100111111 | d9fa3f3f3f3f |
| UTF-8 | 撓℡뫓嶺덨 | 111001101001001010010011111000101000010010100001111010111010101110010011111011111010011010101011111010111000110110101000 | e69293e284a1ebab93efa6abeb8da8 |
| UHC | 撓℡뫓嶺덨 | 11101000111101011010001011100101100100011011010111100111101011011000100101000010 | e8f5a2e591b5e7ad8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)