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 | 蚓蚓^ | 1110010101101101111001010110110101011110 | e56de56d5e |
EUC-JP | 蚓蚓^ | 1110100111001110111010011100111001011110 | e9cee9ce5e |
UTF-8 | 蚓蚓^ | 11101000100110101001001111101000100110101001001101011110 | e89a93e89a935e |
UHC | 蚓蚓^ | 1110110011100010111011001110001001011110 | ece2ece25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)