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 | ´âÝÎ^ | 1011010011100010110111011100111001011110 | b4e2ddce5e |
SJIS-WIN | ´???^ | 100000010100110000111111001111110011111101011110 | 814c3f3f3f5e |
EUC-JP | ´âÝÎ^ | 101000011010110110001111101010111010010010001111101010101111001010001111101010101100001001011110 | a1ad8faba48faaf28faac25e |
UTF-8 | ´âÝÎ^ | 110000101011010011000011101000101100001110011101110000111000111001011110 | c2b4c3a2c39dc38e5e |
UHC | ´???^ | 101000101010010100111111001111110011111101011110 | a2a53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)