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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 塋よ?I | 100110101100100010000010111001100011111101001001 | 9ac882e63f49 |
EUC-JP | 塋よ?I | 110101001100101010100100111010000011111101001001 | d4caa4e83f49 |
UTF-8 | 塋よ랜I | 11100101101000011000101111100011100000101000100011101011100111101001110001001001 | e5a18be38288eb9e9c49 |
UHC | 塋よ랜I | 11100111101010111010101011101000101101111010001101001001 | e7abaae8b7a349 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)