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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鄂イh鄂 | 111001111011110110110010011010001110011110111101 | e7bdb268e7bd |
EUC-JP | 鄂イh鄂 | 11101110101111111000111010110010011010001110111010111111 | eebf8eb268eebf |
UTF-8 | 鄂イh鄂 | 11101001100001001000001011101111101111011011001001101000111010011000010010000010 | e98482efbdb268e98482 |
UHC | 鄂?h鄂 | 111001001100011100111111011010001110010011000111 | e4c73f68e4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)