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 | 凋?只 | 1001001010011100001111111001000111111100 | 929c3f91fc |
EUC-JP | 凋?只 | 1100001111111100001111111100001011111110 | c3fc3fc2fe |
UTF-8 | 凋렪只 | 111001011000011110001011111010111010000010101010111001011000111110101010 | e5878beba0aae58faa |
UHC | 凋렪只 | 111100001011110110001110101110001111000111111110 | f0bd8eb8f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)