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 | 墻??汚 | 100110101101010000111111001111111000100110011000 | 9ad43f3f8998 |
EUC-JP | 墻??汚 | 110101001101011000111111001111111011000111111000 | d4d63f3fb1f8 |
UTF-8 | 墻듸쉼汚 | 111001011010001010111011111010111001001110111000111011001000100110111100111001101011000110011010 | e5a2bbeb93b8ec89bce6b19a |
UHC | 墻듸쉼汚 | 1110110111011111101101011110111110111101101100001110011111111101 | eddfb5efbdb0e7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)