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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?綏?袖E | 00111111111000110101011000111111100100011011001101000101 | 3fe3563f91b345 |
EUC-JP | ?綏?袖E | 00111111111001011011011100111111110000101011010101000101 | 3fe5b73fc2b545 |
UTF-8 | 뤖綏뤖袖E | 11101011101001001001011011100111101101101000111111101011101001001001011011101000101000101001011001000101 | eba496e7b68feba496e8a29645 |
UHC | 뤖綏뤖袖E | 100011111100011011100010101101111000111111000110111000101100000001000101 | 8fc6e2b78fc6e2c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)