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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萍セト室萍 | 1110010011001010101111101100010010001110101110101110010011001010 | e4cabec48ebae4ca |
EUC-JP | 萍セト室萍 | 11101000110011001000111010111110100011101100010010111100101111001110100011001100 | e8cc8ebe8ec4bcbce8cc |
UTF-8 | 萍セト室萍 | 111010001001000010001101111011111011110110111110111011111011111010000100111001011010111010100100111010001001000010001101 | e8908defbdbeefbe84e5aea4e8908d |
UHC | 萍??室萍 | 1111100011000011001111110011111111100011111110001111100011000011 | f8c33f3fe3f8f8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)