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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 劾??e^ | 100010100100111000111111001111110110010101011110 | 8a4e3f3f655e |
EUC-JP | 劾??e^ | 101100111010111100111111001111110110010101011110 | b3af3f3f655e |
UTF-8 | 劾쒗슊e^ | 1110010110001010101111101110110010010010100101111110110010001010100010100110010101011110 | e58abeec9297ec8a8a655e |
UHC | 劾쒗슊e^ | 1111101010110110100111001110110110011010100110100110010101011110 | fab69ced9a9a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)