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 | ?串???? | 00111111100010111111100000111111001111110011111100111111 | 3f8bf83f3f3f3f |
EUC-JP | ?串??đ? | 001111111011011011111010001111110011111110001111101010011100001000111111 | 3fb6fa3f3f8fa9c23f |
UTF-8 | 룴串헉롦đ룵 | 1110101110100011101101001110010010111000101100101110110110010111100010011110101110100001101001101100010010010001111010111010001110110101 | eba3b4e4b8b2ed9789eba1a6c491eba3b5 |
UHC | 룴串헉롦đ룵 | 100011111010100111001101111110101100011111100100100011101110011010101001101000101000111110101010 | 8fa9cdfac7e48ee6a9a28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)