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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陦僞陦僞B | 111010001010000110011001010001011110100010100001100110010100010101000010 | e8a19945e8a1994542 |
EUC-JP | 陦僞陦僞B | 111100001010001111010001101001101111000010100011110100011010011001000010 | f0a3d1a6f0a3d1a642 |
UTF-8 | 陦僞陦僞B | 11101001100110011010011011100101100000111001111011101001100110011010011011100101100000111001111001000010 | e999a6e5839ee999a6e5839e42 |
UHC | ?僞?僞B | 00111111111010101100101000111111111010101100101001000010 | 3feaca3feaca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)