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 | 堤?異?諄 | 1001001011100111001111111000100011011001001111111110011001111000 | 92e73f88d93fe678 |
| EUC-JP | 堤?異?諄 | 1100010011101001001111111011000011011011001111111110101111011001 | c4e93fb0db3febd9 |
| UTF-8 | 堤렱異렮諄 | 111001011010000010100100111010111010000010110001111001111001010110110000111010111010000010101110111010001010101110000100 | e5a0a4eba0b1e795b0eba0aee8ab84 |
| UHC | 堤렱異렮諄 | 11110000101001111000111010111110111011001011011010001110101110111110001011110100 | f0a78ebeecb68ebbe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)