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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 辰脱E辰脱EB | 1001001001000011100100100100010101000101100100100100001110010010010001010100010101000010 | 9243924545924392454542 |
EUC-JP | 辰脱E辰脱EB | 1100001110100100110000111010011001000101110000111010010011000011101001100100010101000010 | c3a4c3a645c3a4c3a64542 |
UTF-8 | 辰脱E辰脱EB | 111010001011111010110000111010001000010010110001010001011110100010111110101100001110100010000100101100010100010101000010 | e8beb0e884b145e8beb0e884b14542 |
UHC | 辰?E辰?EB | 111100101110001100111111010001011111001011100011001111110100010101000010 | f2e33f45f2e33f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)