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 | 陋滄ッ帷ク | 1110100010011011100111111110100110101111100110111110011110111000 | e89b9fe9af9be7b8 |
EUC-JP | 陋滄ッ帷ク | 11101111111110111101111011101011100011101010111111010110111010011000111010111000 | effbdeeb8eafd6e98eb8 |
UTF-8 | 陋滄ッ帷ク | 111010011001100110001011111001101011101110000100111011111011110110101111111001011011100010110111111011111011110110111000 | e9998be6bb84efbdafe5b8b7efbdb8 |
UHC | 陋滄??? | 11010111101100001111001111100111001111110011111100111111 | d7b0f3e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)