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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾句コュ豕 | 1110100110000000100010111110010110111010101011011110011010110011 | e9808be5baade6b3 |
EUC-JP | 騾句コュ豕 | 11110001111000001011011011100111100011101011101010001110101011011110110010110101 | f1e0b6e78eba8eadecb5 |
UTF-8 | 騾句コュ豕 | 111010011010100010111110111001011000111110100101111011111011110110111010111011111011110110101101111010001011000110010101 | e9a8bee58fa5efbdbaefbdade8b195 |
UHC | ?句??豕 | 00111111110011111010001100111111001111111110001111001110 | 3fcfa33f3fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)