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 | ゚フ碎 | 11011111110011001110000111101010 | dfcce1ea |
EUC-JP | ゚フ碎 | 100011101101111110001110110011001110001011101100 | 8edf8ecce2ec |
UTF-8 | ゚フ碎 | 111011111011111010011111111011111011111010001100111001111010001010001110 | efbe9fefbe8ce7a28e |
UHC | ??碎 | 00111111001111111110000111101111 | 3f3fe1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)