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 | 罟? | 111000111010100000111111 | e3a83f |
EUC-JP | 罟鉊 | 1110011010101010100011111110001111011101 | e6aa8fe3dd |
UTF-8 | 罟鉊 | 111001111011110110011111111010011000100110001010 | e7bd9fe9898a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)