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 | 梱?薨 | 1000110110101011001111111110010101001001 | 8dab3fe549 |
EUC-JP | 梱?薨 | 1011101010101101001111111110100110101010 | baad3fe9aa |
UTF-8 | 梱뤌薨 | 111001101010001010110001111010111010010010001100111010001001011010101000 | e6a2b1eba48ce896a8 |
UHC | 梱뤌薨 | 110011011110000110001111101111001111110110111100 | cde18fbcfdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)