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 | 堤?異?辛 | 1001001011100111001111111000100011011001001111111001000001101000 | 92e73f88d93f9068 |
| EUC-JP | 堤?異?辛 | 1100010011101001001111111011000011011011001111111011111111001001 | c4e93fb0db3fbfc9 |
| UTF-8 | 堤렱異렮辛 | 111001011010000010100100111010111010000010110001111001111001010110110000111010111010000010101110111010001011111010011011 | e5a0a4eba0b1e795b0eba0aee8be9b |
| UHC | 堤렱異렮辛 | 11110000101001111000111010111110111011001011011010001110101110111110001111110100 | f0a78ebeecb68ebbe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)