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 | 墻??橈?? | 1001101011010100001111110011111110011110111101000011111100111111 | 9ad43f3f9ef43f3f |
EUC-JP | 墻??橈?? | 1101010011010110001111110011111111011100111101100011111100111111 | d4d63f3fdcf63f3f |
UTF-8 | 墻⑴즯橈뽬춼 | 111001011010001010111011111000101001000110110100111011001010011010101111111001101010100110001000111010111011110110101100111011001011011010111100 | e5a2bbe291b4eca6afe6a988ebbdacecb6bc |
UHC | 墻⑴즯橈뽬춼 | 111011011101111110101001111001111010001110000001111010001111101010010110111010001010110110011000 | eddfa9e7a381e8fa96e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)