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 | 髢サ荵斟 | 11101001100101101011101111100100101110011001110111001110 | e996bbe4b99dce |
EUC-JP | 髢サ荵斟 | 1111000111110110100011101011101111101000101110111101101011010000 | f1f68ebbe8bbdad0 |
UTF-8 | 髢サ荵斟 | 111010011010101110100010111011111011110110111011111010001000110110110101111001101001011010011111 | e9aba2efbdbbe88db5e6969f |
UHC | ???斟 | 0011111100111111001111111111001011111000 | 3f3f3ff2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)