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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 膺? | 111001000101111000111111 | e45e3f |
EUC-JP | 膺? | 111001111011111100111111 | e7bf3f |
UTF-8 | 膺쓅 | 111010001000011010111010111011001001001110000101 | e886baec9385 |
UHC | 膺쓅 | 11101011111011001001110101011010 | ebec9d5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)