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 | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 瑤??noBF | 1110101010100010001111110011111101101110011011110100001001000110 | eaa23f3f6e6f4246 |
EUC-JP | 瑤??noBF | 1111010010100100001111110011111101101110011011110100001001000110 | f4a43f3f6e6f4246 |
UTF-8 | 瑤껅굛noBF | 11100111100100011010010011101010101110111000010111101010101101011001101101101110011011110100001001000110 | e791a4eabb85eab59b6e6f4246 |
UHC | 瑤껅굛noBF | 11101000111111011000001111100110100000101000001101101110011011110100001001000110 | e8fd83e682836e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)