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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ¬¬^ | 1000000111001010100000011100101001011110 | 81ca81ca5e |
EUC-JP | ¬¬^ | 1010001011001100101000101100110001011110 | a2cca2cc5e |
UTF-8 | ¬¬^ | 11101111101111111010001011101111101111111010001001011110 | efbfa2efbfa25e |
UHC | ¬¬^ | 1010000111111110101000011111111001011110 | a1fea1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)