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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 形族\ | 1000110001100000100100011011000001011100 | 8c6091b05c |
EUC-JP | 形族\ | 1011011111000001110000101011001001011100 | b7c1c2b25c |
UTF-8 | 形族\ | 11100101101111011010001011100110100101111000111101011100 | e5bda2e6978f5c |
UHC | 形族\ | 1111101110100001111100001110100101011100 | fba1f0e95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)