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 | 訷\ | 1111101110100100111101011110011101011100 | fba4f5e75c |
EUC-JP | 訷?\ | 1000111111011101110101000011111101011100 | 8fddd43f5c |
UTF-8 | 訷\ | 11101000101010001011011111101110100100011001001001011100 | e8a8b7ee91925c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)