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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯域数 | 111001101010000110001000111001101001000010010100 | e6a188e69094 |
EUC-JP | 譯域数 | 111011001010001110110000111010001011111111110100 | eca3b0e8bff4 |
UTF-8 | 譯域数 | 111010001010110110101111111001011001111110011111111001101001010110110000 | e8adafe59f9fe695b0 |
UHC | 譯域? | 1110011010111011111001101011010000111111 | e6bbe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)