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 | 紂主畿癇 | 1110001101000000100011101110010110001011010001011110000110010010 | e3408ee58b45e192 |
EUC-JP | 紂主畿癇 | 1110010110100001101111001110011110110101101001101110000111110010 | e5a1bce7b5a6e1f2 |
UTF-8 | 紂主畿癇 | 111001111011010010000010111001001011100010111011111001111001010110111111111001111001100110000111 | e7b482e4b8bbe795bfe79987 |
UHC | 紂主畿? | 11110001110001001111000110101011110100011011001000111111 | f1c4f1abd1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)