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 | 凋?處 | 1001001010011100001111111001100101111100 | 929c3f997c |
EUC-JP | 凋?處 | 1100001111111100001111111101000111011101 | c3fc3fd1dd |
UTF-8 | 凋롌處 | 111001011000011110001011111010111010000110001100111010001001100110010101 | e5878beba18ce89995 |
UHC | 凋롌處 | 111100001011110110001110110100101111010010100101 | f0bd8ed2f4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)