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 | 韋幢ス」鞜 | 1110100011101000100110111110111110111101101000111110100011011111 | e8e89befbda3e8df |
EUC-JP | 韋幢ス」鞜 | 11110000111010101101011011110001100011101011110110001110101000111111000011100001 | f0ead6f18ebd8ea3f0e1 |
UTF-8 | 韋幢ス」鞜 | 111010011001111110001011111001011011100110100010111011111011110110111101111011111011110110100011111010011001111010011100 | e99f8be5b9a2efbdbdefbda3e99e9c |
UHC | 韋幢??? | 11101010110111111101001111010011001111110011111100111111 | eadfd3d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)