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 | 陋滄ッ帷腹 | 111010001001101110011111111010011010111110011011111001111001010110100000 | e89b9fe9af9be795a0 |
EUC-JP | 陋滄ッ帷腹 | 11101111111110111101111011101011100011101010111111010110111010011100101010100010 | effbdeeb8eafd6e9caa2 |
UTF-8 | 陋滄ッ帷腹 | 111010011001100110001011111001101011101110000100111011111011110110101111111001011011100010110111111010001000010110111001 | e9998be6bb84efbdafe5b8b7e885b9 |
UHC | 陋滄??腹 | 1101011110110000111100111110011100111111001111111101110011011001 | d7b0f3e73f3fdcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)