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 | 壓??悠? | 10011010110110000011111100111111100101110100100100111111 | 9ad83f3f97493f |
EUC-JP | 壓??悠? | 11010100110110100011111100111111110011011010101000111111 | d4da3f3fcdaa3f |
UTF-8 | 壓꾩룇悠섳 | 111001011010001110010011111010101011111010101001111010111010001110000111111001101000001010100000111011001000010010110011 | e5a393eabea9eba387e682a0ec84b3 |
UHC | 壓꾩룇悠섳 | 11100100111000101000010011101100100011111000011011101010111011011001100101000010 | e4e284ec8f86eaed9942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)