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 | 厭?\ | 10001001011111010011111101011100 | 897d3f5c |
EUC-JP | 厭?\ | 10110001110111100011111101011100 | b1de3f5c |
UTF-8 | 厭숷\ | 11100101100011101010110111101100100010001011011101011100 | e58eadec88b75c |
UHC | 厭숷\ | 1110011011110100100110100100110001011100 | e6f49a4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)