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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 澱??經??B | 100100110110001000111111001111111110001101010011001111110011111101000010 | 93623f3fe3533f3f42 |
EUC-JP | 澱??經??B | 110001011100001100111111001111111110010110110100001111110011111101000010 | c5c33f3fe5b43f3f42 |
UTF-8 | 澱렮狀經렧렞B | 11100110101111101011000111101011101000001010111011101111101001111011101011100111101101101001001111101011101000001010011111101011101000001001111001000010 | e6beb1eba0aeefa7bae7b693eba0a7eba09e42 |
UHC | 澱렮狀經렧렞B | 11101110111111101000111010111011111011011110111011001100111010001000111010110110100011101010111101000010 | eefe8ebbedeecce88eb68eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)