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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
EUC-JP | ???沅?BF | 001111110011111100111111100011111100011011101001001111110100001001000110 | 3f3f3f8fc6e93f4246 |
UTF-8 | 緣쏅벩沅봮BF | 1110011110110111101000111110110010001111100001011110101110110010101010011110011010110010100001011110101110110100101011100100001001000110 | e7b7a3ec8f85ebb2a9e6b285ebb4ae4246 |
UHC | 緣쏅벩沅봮BF | 111001101101111010011011111010111001001110111111111010101011011010010100011011110100001001000110 | e6de9beb93bfeab6946f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)