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 | 餘???? | 111010010101000000111111001111110011111100111111 | e9503f3f3f3f |
EUC-JP | 餘???? | 111100011011000100111111001111110011111100111111 | f1b13f3f3f3f |
UTF-8 | 餘됰쑨留뒁 | 111010011010010010011000111010111001000010110000111011001001000110101000111011111010011110001101111010111001001010000001 | e9a498eb90b0ec91a8efa78deb9281 |
UHC | 餘됰쑨留뒁 | 11100110101011101000100111101011101111101010011111101011101001111000101001111001 | e6ae89ebbea7eba78a79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)