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 | 蝣℃d齟 | 1110010110100000100000011000111010000010100001001110101010010010 | e5a0818e8284ea92 |
EUC-JP | 蝣℃d齟 | 1110101010100010101000011110111010100011111001001111001111110010 | eaa2a1eea3e4f3f2 |
UTF-8 | 蝣℃d齟 | 111010001001110110100011111000101000010010000011111011111011110110000100111010011011110110011111 | e89da3e28483efbd84e9bd9f |
UHC | ?℃d齟 | 00111111101000011100100110100011111001001110111011010010 | 3fa1c9a3e4eed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)