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 | 題?酊 | 1001000111101000001111111110011111000010 | 91e83fe7c2 |
EUC-JP | 題?酊 | 1100001011101010001111111110111011000100 | c2ea3feec4 |
UTF-8 | 題렍酊 | 111010011010000110001100111010111010000010001101111010011000010110001010 | e9a18ceba08de9858a |
UHC | 題렍酊 | 111100001011100110001110101000111110111111111000 | f0b98ea3eff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)