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 | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-WIN | 族?nB | 1001000110110000001111110110111001000010 | 91b03f6e42 |
EUC-JP | 族?nB | 1100001010110010001111110110111001000010 | c2b23f6e42 |
UTF-8 | 族렏nB | 1110011010010111100011111110101110100000100011110110111001000010 | e6978feba08f6e42 |
UHC | 族렏nB | 111100001110100110001110101001010110111001000010 | f0e98ea56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)