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 | 壓??宜? | 10011010110110000011111100111111100010110101100000111111 | 9ad83f3f8b583f |
EUC-JP | 壓??宜? | 11010100110110100011111100111111101101011011100100111111 | d4da3f3fb5b93f |
UTF-8 | 壓꾩룂宜즟 | 111001011010001110010011111010101011111010101001111010111010001110000010111001011010111010011100111011001010011010011111 | e5a393eabea9eba382e5ae9ceca69f |
UHC | 壓꾩룂宜즟 | 11100100111000101000010011101100100011111000001111101011111100011010001101101011 | e4e284ec8f83ebf1a36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)