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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辞寘 | 111100001011011110001110101010111111101010101001 | f0b78eabfaa9 |
EUC-JP | ?辞寘 | 001111111011110010101101100011111011101011100001 | 3fbcad8fbae1 |
UTF-8 | 辞寘 | 111011101000000110110110111010001011111010011110111001011010111110011000 | ee81b6e8be9ee5af98 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)