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 | ºüe^ | 10111010111111000110010101011110 | bafc655e |
SJIS-WIN | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
EUC-JP | ºüe^ | 1000111110100010111010111000111110101011111001000110010101011110 | 8fa2eb8fabe4655e |
UTF-8 | ºüe^ | 110000101011101011000011101111000110010101011110 | c2bac3bc655e |
UHC | º?e^ | 1010100010101100001111110110010101011110 | a8ac3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)