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 | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-WIN | 莨{莨s | 111001001011110001111011111001001011110001110011 | e4bc7be4bc73 |
EUC-JP | 莨{莨s | 111010001011111001111011111010001011111001110011 | e8be7be8be73 |
UTF-8 | 莨{莨s | 1110100010001110101010000111101111101000100011101010100001110011 | e88ea87be88ea873 |
UHC | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)