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 | 瓊瓊^ | 1110000011111001111000001111100101011110 | e0f9e0f95e |
EUC-JP | 瓊瓊^ | 1110000011111011111000001111101101011110 | e0fbe0fb5e |
UTF-8 | 瓊瓊^ | 11100111100100111000101011100111100100111000101001011110 | e7938ae7938a5e |
UHC | 瓊瓊^ | 1100110011100001110011001110000101011110 | cce1cce15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)