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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?然盂?F | 00111111100100010101001011100001101100010011111101000110 | 3f9152e1b13f46 |
EUC-JP | ?然盂?F | 00111111110000011011001111100010101100110011111101000110 | 3fc1b3e2b33f46 |
UTF-8 | 뤗然盂廬F | 11101011101001001001011111100111100001001011011011100111100110111000001011101111101001101000001001000110 | eba497e784b6e79b82efa68246 |
UHC | 뤗然盂廬F | 100011111100011111100110110101001110100111011101111001011111111001000110 | 8fc7e6d4e9dde5fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)