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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 塋よ?E | 100110101100100010000010111001100011111101000101 | 9ac882e63f45 |
EUC-JP | 塋よ?E | 110101001100101010100100111010000011111101000101 | d4caa4e83f45 |
UTF-8 | 塋よ랜E | 11100101101000011000101111100011100000101000100011101011100111101001110001000101 | e5a18be38288eb9e9c45 |
UHC | 塋よ랜E | 11100111101010111010101011101000101101111010001101000101 | e7abaae8b7a345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)