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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | 墻??畏??a | 100110101101010000111111001111111000100011011000001111110011111101100001 | 9ad43f3f88d83f3f61 |
EUC-JP | 墻??畏??a | 110101001101011000111111001111111011000011011010001111110011111101100001 | d4d63f3fb0da3f3f61 |
UTF-8 | 墻몌슛畏븝슁a | 11100101101000101011101111101011101010101000110011101100100010101001101111100111100101011000111111101011101110001001110111101100100010101000000101100001 | e5a2bbebaa8cec8a9be7958febb89dec8a8161 |
UHC | 墻몌슛畏븝슁a | 11101101110111111011100011101111101111011011100011101000111001101011101011101111101111011011001101100001 | eddfb8efbdb8e8e6baefbdb361 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)