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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈ァ荳ィ | 11101000111001111010011111100100101110001000001101000010 | e8e7a7e4b88342 |
EUC-JP | 韈ァ荳ィ | 1111000011101001100011101010011111101000101110101010010110100011 | f0e98ea7e8baa5a3 |
UTF-8 | 韈ァ荳ィ | 111010011001111110001000111011111011110110100111111010001000110110110011111000111000001010100011 | e99f88efbda7e88db3e382a3 |
UHC | ??荳ィ | 001111110011111111010100111001011010101110100011 | 3f3fd4e5aba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)