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 | 腟苦ソ跣 | 11100100010101001000101111101010101111111110011011101111 | e4548beabfe6ef |
EUC-JP | 腟苦ソ跣 | 1110011110110101101101101110110010001110101111111110110011110001 | e7b5b6ec8ebfecf1 |
UTF-8 | 腟苦ソ跣 | 111010001000010110011111111010001000101110100110111011111011110110111111111010001011011110100011 | e8859fe88ba6efbdbfe8b7a3 |
UHC | ?苦?跣 | 001111111100110111001000001111111110000011010011 | 3fcdc83fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)