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 | 寀費・毘攤 | 111110101010011110010100111011111010010110010100111110011001110110111000 | faa794efa594f99db8 |
EUC-JP | 寀費・毘攤 | 1000111110111010110110111100100011110001100011101010010111001000111110111101101010111010 | 8fbadbc8f18ea5c8fbdaba |
UTF-8 | 寀費・毘攤 | 111001011010111110000000111010001011001010111011111011111011110110100101111001101010111110011000111001101001010010100100 | e5af80e8b2bbefbda5e6af98e694a4 |
UHC | 寀費?毘? | 1111001111110010110111101010100000111111110111011111001000111111 | f3f2dea83fddf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)