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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 墻①?~ | 100110101101010010000111010000000011111101111110 | 9ad487403f7e |
EUC-JP | 墻??~ | 1101010011010110001111110011111101111110 | d4d63f3f7e |
UTF-8 | 墻①뮵~ | 11100101101000101011101111100010100100011010000011101011101011101011010101111110 | e5a2bbe291a0ebaeb57e |
UHC | 墻①뮵~ | 11101101110111111010100011100111100100101011110101111110 | eddfa8e792bd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)