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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 跡???B | 100100001101010100111111001111110011111101000010 | 90d53f3f3f42 |
EUC-JP | 跡?湞?B | 1100000011010111001111111000111111000111111111100011111101000010 | c0d73f8fc7fe3f42 |
UTF-8 | 跡렍湞렍B | 11101000101101111010000111101011101000001000110111100110101110011001111011101011101000001000110101000010 | e8b7a1eba08de6b99eeba08d42 |
UHC | 跡렍湞렍B | 111011101110011010001110101000111110111111100110100011101010001101000010 | eee68ea3efe68ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)