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 | ??O@h | 0011111100111111010011110100000001101000 | 3f3f4f4068 |
SJIS-WIN | 偲璽O@h | 10001110110000111000111010100011010011110100000001101000 | 8ec38ea34f4068 |
EUC-JP | 偲璽O@h | 10111100110001011011110010100101010011110100000001101000 | bcc5bca54f4068 |
UTF-8 | 偲璽O@h | 111001011000000110110010111001111001001010111101010011110100000001101000 | e581b2e792bd4f4068 |
UHC | ?璽O@h | 001111111101111111011110010011110100000001101000 | 3fdfde4f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)