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 | ?????Þ | 001111110011111100111111001111110011111111011110 | 3f3f3f3f3fde |
SJIS-WIN | 墻??欲?? | 1001101011010100001111110011111110010111011111100011111100111111 | 9ad43f3f977e3f3f |
EUC-JP | 墻??欲?Þ | 11010100110101100011111100111111110011011101111100111111100011111010100110110000 | d4d63f3fcddf3f8fa9b0 |
UTF-8 | 墻⑼숴欲뚳Þ | 1110010110100010101110111110001010010001101111001110110010001000101101001110011010101100101100101110101110011010101100111100001110011110 | e5a2bbe291bcec88b4e6acb2eb9ab3c39e |
UHC | 墻⑼숴欲뚳Þ | 111011011101111110101001111011111011110110100100111010011011000010001100111011111010100010101101 | eddfa9efbda4e9b08cefa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)