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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 骸???\ | 100010100101101100111111001111110011111101011100 | 8a5b3f3f3f5c |
EUC-JP | 骸???\ | 101100111011110000111111001111110011111101011100 | b3bc3f3f3f5c |
UTF-8 | 骸累렣렟\ | 11101001101010101011100011101111101001011000111111101011101000001010001111101011101000001001111101011100 | e9aab8efa58feba0a3eba09f5c |
UHC | 骸累렣렟\ | 111110101011010111010010111010011000111010110100100011101011000001011100 | fab5d2e98eb48eb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)