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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 燿??c^ | 111000001010000000111111001111110110001101011110 | e0a03f3f635e |
EUC-JP | 燿??c^ | 111000001010001000111111001111110110001101011110 | e0a23f3f635e |
UTF-8 | 燿먲숯c^ | 1110011110000111101111111110101110101000101100101110110010001000101011110110001101011110 | e787bfeba8b2ec88af635e |
UHC | 燿먲숯c^ | 1110100011111100100100001110111110111101101000010110001101011110 | e8fc90efbda1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)