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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 佯?n}佯?n{^ | 1001100011010001001111110110111001111101100110001101000100111111011011100111101101011110 | 98d13f6e7d98d13f6e7b5e |
EUC-JP | 佯?n}佯?n{^ | 1101000011010011001111110110111001111101110100001101001100111111011011100111101101011110 | d0d33f6e7dd0d33f6e7b5e |
UTF-8 | 佯퇻n}佯퇻n{^ | 1110010010111101101011111110110110000111101110110110111001111101111001001011110110101111111011011000011110111011011011100111101101011110 | e4bdafed87bb6e7de4bdafed87bb6e7b5e |
UHC | 佯퇻n}佯퇻n{^ | 11100101101110101011100001101111011011100111110111100101101110101011100001101111011011100111101101011110 | e5bab86f6e7de5bab86f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)