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 | 寀費・肥昇 | 111110101010011110010100111011111010010110010100111011001000111110111000 | faa794efa594ec8fb8 |
EUC-JP | 寀費・肥昇 | 1000111110111010110110111100100011110001100011101010010111001000111011101011111010111010 | 8fbadbc8f18ea5c8eebeba |
UTF-8 | 寀費・肥昇 | 111001011010111110000000111010001011001010111011111011111011110110100101111010001000001010100101111001101001100010000111 | e5af80e8b2bbefbda5e882a5e69887 |
UHC | 寀費?肥昇 | 111100111111001011011110101010000011111111011101111111101110001110110000 | f3f2dea83fddfee3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)