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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | ?共?S | 0011111110001011101001000011111101010011 | 3f8ba43f53 |
EUC-JP | ?共?S | 0011111110110110101001100011111101010011 | 3fb6a63f53 |
UTF-8 | 뤈共덞S | 11101011101001001000100011100101100001011011000111101011100011011001111001010011 | eba488e585b1eb8d9e53 |
UHC | 뤈共덞S | 10001111101110001100110111101100101101001111101101010011 | 8fb8cdecb4fb53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)