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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑜??荏 | 111000001110111100111111001111111000100101100000 | e0ef3f3f8960 |
EUC-JP | 瑜??荏 | 111000001111000100111111001111111011000111000001 | e0f13f3fb1c1 |
UTF-8 | 瑜곭ㄺ荏 | 111001111001000110011100111010101011001110101101111000111000010010111010111010001000110110001111 | e7919ceab3ade384bae88d8f |
UHC | 瑜곭ㄺ荏 | 1110101110100101100000011110011110100100101010101110110011111011 | eba581e7a4aaecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)