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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 泂?泂 | 10001111110001101111011000111111100011111100011011110110 | 8fc6f63f8fc6f6 |
UTF-8 | 泂될泂 | 111001101011001110000010111010111001000010100000111001101011001110000010 | e6b382eb90a0e6b382 |
UHC | 泂될泂 | 111110111010001010110101110010011111101110100010 | fba2b5c9fba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)