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^ | 10001010010011100011111110000111011100110110010101011110 | 8a4e3f8773655e |
EUC-JP | 劾??e^ | 101100111010111100111111001111110110010101011110 | b3af3f3f655e |
UTF-8 | 劾믪㎏e^ | 1110010110001010101111101110101110101111101010101110001110001110100011110110010101011110 | e58abeebafaae38e8f655e |
UHC | 劾믪㎏e^ | 1111101010110110100100101110110010100111101110000110010101011110 | fab692eca7b8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)