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 | 梱?暈 | 1000110110101011001111111001110111110010 | 8dab3f9df2 |
EUC-JP | 梱?暈 | 1011101010101101001111111101101011110100 | baad3fdaf4 |
UTF-8 | 梱뤌暈 | 111001101010001010110001111010111010010010001100111001101001101010001000 | e6a2b1eba48ce69a88 |
UHC | 梱뤌暈 | 110011011110000110001111101111001111110110111011 | cde18fbcfdbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)