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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 墻①?H | 100110101101010010000111010000000011111101001000 | 9ad487403f48 |
EUC-JP | 墻??H | 1101010011010110001111110011111101001000 | d4d63f3f48 |
UTF-8 | 墻①뮵H | 11100101101000101011101111100010100100011010000011101011101011101011010101001000 | e5a2bbe291a0ebaeb548 |
UHC | 墻①뮵H | 11101101110111111010100011100111100100101011110101001000 | eddfa8e792bd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)