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 | å»Cçê | 111001011011101110000001010000111110011111101010 | e5bb8143e7ea |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | å??Cçê | 100011111010101110101001001111110011111101000011100011111010101110101110100011111010101110110100 | 8faba93f3f438fabae8fabb4 |
UTF-8 | å»Cçê | 1100001110100101110000101011101111000010100000010100001111000011101001111100001110101010 | c3a5c2bbc28143c3a7c3aa |
UHC | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)