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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 猥??h猥 | 11100000110011100011111100111111011010001110000011001110 | e0ce3f3f68e0ce |
EUC-JP | 猥??h猥 | 11100000110100000011111100111111011010001110000011010000 | e0d03f3f68e0d0 |
UTF-8 | 猥덃뽛h猥 | 11100111100011001010010111101011100011011000001111101011101111011001101101101000111001111000110010100101 | e78ca5eb8d83ebbd9b68e78ca5 |
UHC | 猥덃뽛h猥 | 111010001110010110001000111001101001011011010111011010001110100011100101 | e8e588e696d768e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)