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 | 顥襌羣 | 111110111111010111100101111110011110001110111000 | fbf5e5f9e3b8 |
EUC-JP | 顥襌羣 | 10001111111010001011011011101010111110111110011010111010 | 8fe8b6eafbe6ba |
UTF-8 | 顥襌羣 | 111010011010000110100101111010001010010110001100111001111011111010100011 | e9a1a5e8a58ce7bea3 |
UHC | 顥?? | 11111011111000100011111100111111 | fbe23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)