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 | 妖紆\ | 1001011101100100111000101111110001011100 | 9764e2fc5c |
EUC-JP | 妖紆\ | 1100110111000101111001001111111001011100 | cdc5e4fe5c |
UTF-8 | 妖紆\ | 11100101101001101001011011100111101101001000011001011100 | e5a696e7b4865c |
UHC | 妖紆\ | 1110100011101101111010011110000101011100 | e8ede9e15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)