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諛 | 11100110100001110011111100111111011010001110011010000111 | e6873f3f68e687 |
EUC-JP | 諛??h諛 | 11101011111001110011111100111111011010001110101111100111 | ebe73f3f68ebe7 |
UTF-8 | 諛낂쬂h諛 | 11101000101010111001101111101011100000101000001011101100101011001000001001101000111010001010101110011011 | e8ab9beb8282ecac8268e8ab9b |
UHC | 諛낂쬂h諛 | 111010111011000010000101111010011010011010011001011010001110101110110000 | ebb085e9a69968ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)