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 | 齋?贓 | 1110001001010110001111111110011011011001 | e2563fe6d9 |
EUC-JP | 齋?贓 | 1110001110110111001111111110110011011011 | e3b73fecdb |
UTF-8 | 齋렑贓 | 111010011011110110001011111010111010000010010001111010001011010010010011 | e9bd8beba091e8b493 |
UHC | 齋렑贓 | 111011101011000110001110101001101110110111111100 | eeb18ea6edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)