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 | 韈区瑳隕 | 1110100011100111100010111110011010001101101110101110100010100110 | e8e78be68dbae8a6 |
EUC-JP | 韈区瑳隕 | 1111000011101001101101101110100010111010101111001111000010101000 | f0e9b6e8babcf0a8 |
UTF-8 | 韈区瑳隕 | 111010011001111110001000111001011000110010111010111001111001000110110011111010011001101010010101 | e99f88e58cbae791b3e99a95 |
UHC | ???隕 | 0011111100111111001111111110101010100010 | 3f3f3feaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)