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 | 持?\ | 10001110100111010011111101011100 | 8e9d3f5c |
EUC-JP | 持?\ | 10111011111111010011111101011100 | bbfd3f5c |
UTF-8 | 持렊\ | 11100110100011001000000111101011101000001000101001011100 | e68c81eba08a5c |
UHC | 持렊\ | 1111001010100101100011101010000101011100 | f2a58ea15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)