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 | ´°rB | 10110100101100000111001001000010 | b4b07242 |
SJIS-WIN | ´°rB | 100000010100110010000001100010110111001001000010 | 814c818b7242 |
EUC-JP | ´°rB | 101000011010110110100001111010110111001001000010 | a1ada1eb7242 |
UTF-8 | ´°rB | 110000101011010011000010101100000111001001000010 | c2b4c2b07242 |
UHC | ´°rB | 101000101010010110100001110001100111001001000010 | a2a5a1c67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)