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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 璢瑟^ | 1110000011100011111000001110110001011110 | e0e3e0ec5e |
EUC-JP | 璢瑟^ | 1110000011100101111000001110111001011110 | e0e5e0ee5e |
UTF-8 | 璢瑟^ | 11100111100100101010001011100111100100011001111101011110 | e792a2e7919f5e |
UHC | ?瑟^ | 00111111111000111010001001011110 | 3fe3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)