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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螟悶自 | 111001011010010010010110111000111000111010101001 | e5a496e38ea9 |
EUC-JP | 螟悶自 | 111010101010011011001100111001011011110010101011 | eaa6cce5bcab |
UTF-8 | 螟悶自 | 111010001001111010011111111001101000001010110110111010001000011110101010 | e89e9fe682b6e887aa |
UHC | 螟悶自 | 110110011010110111011010101111111110110110111011 | d9addabfedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)