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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?чゴ瑤 | 00111111100001001000100110000011010100111110101010100010 | 3f84898353eaa2 |
EUC-JP | ?чゴ瑤 | 00111111101001111110100110100101101101001111010010100100 | 3fa7e9a5b4f4a4 |
UTF-8 | 驪чゴ瑤 | 1110111110100110100001111101000110000111111000111000001010110100111001111001000110100100 | efa687d187e382b4e791a4 |
UHC | 驪чゴ瑤 | 1110011010101111101011001110100110101011101101001110100011111101 | e6aface9abb4e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)