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 | 墻⑴뿏橈볡뮵 | 111001011010001010111011111000101001000110110100111010111011111110001111111001101010100110001000111010111011001110100001111010111010111010110101 | e5a2bbe291b4ebbf8fe6a988ebb3a1ebaeb5 |
UHC | 墻⑴뿏橈볡뮵 | 111011011101111110101001111001111001011110010100111010001111101010010011111001111001001010111101 | eddfa9e79794e8fa93e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)