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茲 | 111001001010001010001011111011011000111101001000011010001110010010100010 | e4a28bed8f4868e4a2 |
EUC-JP | 茲駈秋h茲 | 111010001010010010110110111011111011110110101001011010001110100010100100 | e8a4b6efbda968e8a4 |
UTF-8 | 茲駈秋h茲 | 11101000100011001011001011101001101001111000100011100111101001111000101101101000111010001000110010110010 | e88cb2e9a788e7a78b68e88cb2 |
UHC | ??秋h? | 001111110011111111110101110101010110100000111111 | 3f3ff5d5683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)