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? | 001111110110111000111111 | 3f6e3f |
SJIS-WIN | 辿n泥 | 1001001001001000011011101001001101000100 | 92486e9344 |
EUC-JP | 辿n泥 | 1100001110101001011011101100010110100101 | c3a96ec5a5 |
UTF-8 | 辿n泥 | 11101000101111101011111101101110111001101011001110100101 | e8bebf6ee6b3a5 |
UHC | ?n泥 | 00111111011011101101001011111010 | 3f6ed2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)