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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 至?駭?@h | 1000111010001010001111111110100101101110001111110100000001101000 | 8e8a3fe96e3f4068 |
EUC-JP | 至?駭?@h | 1011101111101010001111111111000111001111001111110100000001101000 | bbea3ff1cf3f4068 |
UTF-8 | 至렞駭하@h | 1110100010000111101100111110101110100000100111101110100110100111101011011110110110010101100110000100000001101000 | e887b3eba09ee9a7aded95984068 |
UHC | 至렞駭하@h | 11110010101110001000111010101111111110101011010011000111110011110100000001101000 | f2b88eaffab4c7cf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)