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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跡???^ | 100100001101010100111111001111110011111101011110 | 90d53f3f3f5e |
EUC-JP | 跡?湞?^ | 1100000011010111001111111000111111000111111111100011111101011110 | c0d73f8fc7fe3f5e |
UTF-8 | 跡렢湞렢^ | 11101000101101111010000111101011101000001010001011100110101110011001111011101011101000001010001001011110 | e8b7a1eba0a2e6b99eeba0a25e |
UHC | 跡렢湞렢^ | 111011101110011010001110101100111110111111100110100011101011001101011110 | eee68eb3efe68eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)