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曜 | 10010111011010100011111100111111011010001001011101101010 | 976a3f3f68976a |
EUC-JP | 曜??h曜 | 11001101110010110011111100111111011010001100110111001011 | cdcb3f3f68cdcb |
UTF-8 | 曜섓쉴h曜 | 11100110100110111001110011101100100001001001001111101100100010011011010001101000111001101001101110011100 | e69b9cec8493ec89b468e69b9c |
UHC | 曜섓쉴h曜 | 111010001111100010011000111011111011110110101111011010001110100011111000 | e8f898efbdaf68e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)