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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 懿?^F | 1001110011110010001111110101111001000110 | 9cf23f5e46 |
EUC-JP | 懿?^F | 1101100011110100001111110101111001000110 | d8f43f5e46 |
UTF-8 | 懿렒^F | 1110011010000111101111111110101110100000100100100101111001000110 | e687bfeba0925e46 |
UHC | 懿렒^F | 111010111111001110001110101001110101111001000110 | ebf38ea75e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)