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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罠視Ζ裲 | 1110001110101001100011101000101110000011101001001110010111101010 | e3a98e8b83a4e5ea |
EUC-JP | 罠視Ζ裲 | 1110011010101011101110111110101110100110101001101110101011101100 | e6abbbeba6a6eaec |
UTF-8 | 罠視Ζ裲 | 1110011110111101101000001110100010100110100101101100111010010110111010001010001110110010 | e7bda0e8a696ce96e8a3b2 |
UHC | ?視Ζ? | 001111111110001111001010101001011100011000111111 | 3fe3caa5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)