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 | 淫?榧 | 1000100011111010001111111001111011010000 | 88fa3f9ed0 |
EUC-JP | 淫?榧 | 1011000011111100001111111101110011010010 | b0fc3fdcd2 |
UTF-8 | 淫며榧 | 111001101011011110101011111010111010100110110000111001101010011010100111 | e6b7abeba9b0e6a6a7 |
UHC | 淫며榧 | 111010111110001010111000111001111101110111101110 | ebe2b8e7ddee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)