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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 輸?輸?^ | 10010111010000010011111110010111010000010011111101011110 | 97413f97413f5e |
EUC-JP | 輸?輸?^ | 11001101101000100011111111001101101000100011111101011110 | cda23fcda23f5e |
UTF-8 | 輸輸^ | 11101000101111001011100011101110101000101010101111101000101111001011100011101110101000101010001001011110 | e8bcb8eea2abe8bcb8eea2a25e |
UHC | 輸?輸?^ | 11100010110000110011111111100010110000110011111101011110 | e2c33fe2c33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)