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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燧???膝 | 11100000100111000011111100111111001111111001010101000111 | e09c3f3f3f9547 |
EUC-JP | 燧???膝 | 11011111111111000011111100111111001111111100100110101000 | dffc3f3f3fc9a8 |
UTF-8 | 燧궻롨떐膝 | 111001111000011110100111111010101011011010111011111010111010000110101000111010111001011010010000111010001000011010011101 | e787a7eab6bbeba1a8eb9690e8869d |
UHC | 燧궻롨떐膝 | 11100010101011001000001011001100100011101110100010001011101001101110001110100011 | e2ac82cc8ee88ba6e3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)