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 | 沚懶瓣? | 10011111100011011001110011101111111000010100000100111111 | 9f8d9cefe1413f |
EUC-JP | 沚懶瓣? | 11011101111011011101100011110001111000011010001000111111 | ddedd8f1e1a23f |
UTF-8 | 沚懶瓣뤉 | 111001101011001010011010111001101000011110110110111001111001001110100011111010111010010010001001 | e6b29ae687b6e793a3eba489 |
UHC | 沚懶瓣뤉 | 1111001010101111110101001111101111110111111110111000111110111001 | f2afd4fbf7fb8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)