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 | 題朧?燼 | 10010001111010001001111001001111001111111110000010011110 | 91e89e4f3fe09e |
EUC-JP | 題朧?燼 | 11000010111010101101101110110000001111111101111111111110 | c2eadbb03fdffe |
UTF-8 | 題朧狼燼 | 111010011010000110001100111001101001110010100111111011111010010010101011111001111000011110111100 | e9a18ce69ca7efa4abe787bc |
UHC | 題朧狼燼 | 1111000010111001110101101110100011010010101010101110001111101000 | f0b9d6e8d2aae3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)