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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 柞帷鬣齟 | 1001111001101111100110111110011111101001101001011110101010010010 | 9e6f9be7e9a5ea92 |
EUC-JP | 柞帷鬣齟 | 1101101111010000110101101110100111110010101001111111001111110010 | dbd0d6e9f2a7f3f2 |
UTF-8 | 柞帷鬣齟 | 111001101001111110011110111001011011100010110111111010011010110010100011111010011011110110011111 | e69f9ee5b8b7e9aca3e9bd9f |
UHC | ???齟 | 0011111100111111001111111110111011010010 | 3f3f3feed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)