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 | ?????[@ | 00111111001111110011111100111111001111110101101101000000 | 3f3f3f3f3f5b40 |
SJIS-WIN | 轤ュ蜊呈拷[@ | 1110011110000010101011011110010110001101100100101110011010001101100010010101101101000000 | e782ade58d92e68d895b40 |
EUC-JP | 轤ュ蜊呈拷[@ | 111011011110001010001110101011011110100111101101110001001110100010111001111010010101101101000000 | ede28eade9edc4e8b9e95b40 |
UTF-8 | 轤ュ蜊呈拷[@ | 1110100010111101101001001110111110111101101011011110100010011100100010101110010110010001100010001110011010001011101101110101101101000000 | e8bda4efbdade89c8ae59188e68bb75b40 |
UHC | ???呈拷[@ | 001111110011111100111111111011111101000011001101101110000101101101000000 | 3f3f3fefd0cdb85b40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)