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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鉗螳] | 1110011111100111111001011010111001011101 | e7e7e5ae5d |
EUC-JP | 鉗螳] | 1110111011101001111010101011000001011101 | eee9eab05d |
UTF-8 | 鉗螳] | 11101001100010011001011111101000100111101011001101011101 | e98997e89eb35d |
UHC | 鉗螳] | 1100110011000110110100111101100101011101 | ccc6d3d95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)