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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 霆剰亜@B | 1110100010111011100011111110100010001000100111110100000001000010 | e8bb8fe8889f4042 |
EUC-JP | 霆剰亜@B | 1111000010111101101111101110101010110000101000010100000001000010 | f0bdbeeab0a14042 |
UTF-8 | 霆剰亜@B | 1110100110011100100001101110010110001001101100001110010010111010100111000100000001000010 | e99c86e589b0e4ba9c4042 |
UHC | 霆??@B | 111011111111110100111111001111110100000001000010 | effd3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)