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 | 考楯\ | 1000110101101100100011110111110001011100 | 8d6c8f7c5c |
EUC-JP | 考楯\ | 1011100111001101101111011101110101011100 | b9cdbddd5c |
UTF-8 | 考楯\ | 11101000100000001000001111100110101001011010111101011100 | e88083e6a5af5c |
UHC | 考楯\ | 1100110111000101111000101110010001011100 | cdc5e2e45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)