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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹霽Η蟠 | 1110001110001000111010001100011110000011101001011110010110110100 | e388e8c783a5e5b4 |
EUC-JP | 繹霽Η蟠 | 1110010111101000111100001100100110100110101001111110101010110110 | e5e8f0c9a6a7eab6 |
UTF-8 | 繹霽Η蟠 | 1110011110111001101110011110100110011100101111011100111010010111111010001001111110100000 | e7b9b9e99cbdce97e89fa0 |
UHC | 繹霽Η蟠 | 1110011010111010111100001011100010100101110001111101101011110110 | e6baf0b8a5c7daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)