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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | ??亢oBF | 00111111001111111001100010110100011011110100001001000110 | 3f3f98b46f4246 |
EUC-JP | 泂?亢oBF | 100011111100011011110110001111111101000010110110011011110100001001000110 | 8fc6f63fd0b66f4246 |
UTF-8 | 泂랐亢oBF | 111001101011001110000010111010111001111010010000111001001011101010100010011011110100001001000110 | e6b382eb9e90e4baa26f4246 |
UHC | 泂랐亢oBF | 111110111010001010110110111110101111100111110001011011110100001001000110 | fba2b6faf9f16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)