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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 楔?小楔e^ | 100111101011011000111111100011111010110010011110101101100110010101011110 | 9eb63f8fac9eb6655e |
EUC-JP | 楔?小楔e^ | 110111001011100000111111101111101010111011011100101110000110010101011110 | dcb83fbeaedcb8655e |
UTF-8 | 楔숥小楔e^ | 1110011010100101100101001110110010001000101001011110010110110000100011111110011010100101100101000110010101011110 | e6a594ec88a5e5b08fe6a594655e |
UHC | 楔숥小楔e^ | 11100000110110111001101001000010111000011011001111100000110110110110010101011110 | e0db9a42e1b3e0db655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)