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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?i?^ | 0011111110000010100010010011111101011110 | 3f82893f5e |
EUC-JP | ?i?^ | 0011111110100011111010010011111101011110 | 3fa3e93f5e |
UTF-8 | 狀i떁^ | 11101111101001111011101011101111101111011000100111101011100101101000000101011110 | efa7baefbd89eb96815e |
UHC | 狀i떁^ | 11101101111011101010001111101001100010111001011101011110 | edeea3e98b975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)