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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絛頑虻絛醐蒐 | 111000110101010110001010111001101000100010111000111000110101010110001100111011011000111101001110 | e3558ae688b8e3558ced8f4e |
EUC-JP | 絛頑虻絛醐蒐 | 111001011011011010110100111010001011000010111010111001011011011010111000111011111011110110101111 | e5b6b4e8b0bae5b6b8efbdaf |
UTF-8 | 絛頑虻絛醐蒐 | 111001111011010110011011111010011010000010010001111010001001100110111011111001111011010110011011111010011000011010010000111010001001001010010000 | e7b59be9a091e899bbe7b59be98690e89290 |
UHC | ?頑???蒐 | 0011111111101000110101110011111100111111001111111110001010111101 | 3fe8d73f3f3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)