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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 疇躙疇貅h | 111000010110010111100111010101111110000101100101111001101011101001101000 | e165e757e165e6ba68 |
EUC-JP | 疇躙疇貅h | 111000011100011011101101101110001110000111000110111011001011110001101000 | e1c6edb8e1c6ecbc68 |
UTF-8 | 疇躙疇貅h | 11100111100101101000011111101000101110101001100111100111100101101000011111101000101100101000010101101000 | e79687e8ba99e79687e8b28568 |
UHC | 疇?疇?h | 11110001110000100011111111110001110000100011111101101000 | f1c23ff1c23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)