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 | ?®?^ | 00111111101011100011111101011110 | 3fae3f5e |
SJIS-WIN | 艤??^ | 1110010001111110001111110011111101011110 | e47e3f3f5e |
EUC-JP | 艤®?^ | 11100111110111111000111110100010111011100011111101011110 | e7df8fa2ee3f5e |
UTF-8 | 艤®뼄^ | 111010001000100110100100110000101010111011101011101111001000010001011110 | e889a4c2aeebbc845e |
UHC | 艤®뼄^ | 11101011111110101010001011100111100101101000111001011110 | ebfaa2e7968e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)