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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻ユ?業?? | 100110101101010010000011100001100011111110001011110001100011111100111111 | 9ad483863f8bc63f3f |
EUC-JP | 墻ユ?業?? | 110101001101011010100101111001100011111110110110110010000011111100111111 | d4d6a5e63fb6c83f3f |
UTF-8 | 墻ユ뮈業뚳쉴 | 111001011010001010111011111000111000001110100110111010111010111010001000111001101010010110101101111010111001101010110011111011001000100110110100 | e5a2bbe383a6ebae88e6a5adeb9ab3ec89b4 |
UHC | 墻ユ뮈業뚳쉴 | 111011011101111110101011111001101011100110111111111001011111011010001100111011111011110110101111 | eddfabe6b9bfe5f68cefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)