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 | ????t | 0011111100111111001111110011111101110100 | 3f3f3f3f74 |
SJIS-WIN | 砥?珥?t | 10010011011101010011111111100000111000000011111101110100 | 93753fe0e03f74 |
EUC-JP | 砥?珥?t | 11000101110101100011111111100000111000100011111101110100 | c5d63fe0e23f74 |
UTF-8 | 砥렡珥렮t | 11100111101000001010010111101011101000001010000111100111100011111010010111101011101000001010111001110100 | e7a0a5eba0a1e78fa5eba0ae74 |
UHC | 砥렡珥렮t | 111100101011001010001110101100101110110010110100100011101011101101110100 | f2b28eb2ecb48ebb74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)