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 | 炎?ゴ崖 | 10001001100010100011111110000011010100111000101001010010 | 898a3f83538a52 |
EUC-JP | 炎?ゴ崖 | 10110001111010100011111110100101101101001011001110110011 | b1ea3fa5b4b3b3 |
UTF-8 | 炎⑶ゴ崖 | 111001111000001010001110111000101001000110110110111000111000001010110100111001011011010010010110 | e7828ee291b6e382b4e5b496 |
UHC | 炎⑶ゴ崖 | 1110011011111010101010011110100110101011101101001110010011110000 | e6faa9e9abb4e4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)