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?\ | 00111111010011100011111101011100 | 3f4e3f5c |
SJIS-WIN | 唸N唸\ | 100110100101100001001110100110100101100001011100 | 9a584e9a585c |
EUC-JP | 唸N唸\ | 110100111011100101001110110100111011100101011100 | d3b94ed3b95c |
UTF-8 | 唸N唸\ | 1110010110010100101110000100111011100101100101001011100001011100 | e594b84ee594b85c |
UHC | ?N?\ | 00111111010011100011111101011100 | 3f4e3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)