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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷キ貊費スク | 111010001001110010110111111001101011101110010100111011111011110110111000 | e89cb7e6bb94efbdb8 |
EUC-JP | 陷キ貊費スク | 111011111111110010001110101101111110110010111101110010001111000110001110101111011000111010111000 | effc8eb7ecbdc8f18ebd8eb8 |
UTF-8 | 陷キ貊費スク | 111010011001100110110111111011111011110110110111111010001011001010001010111010001011001010111011111011111011110110111101111011111011110110111000 | e999b7efbdb7e8b28ae8b2bbefbdbdefbdb8 |
UHC | 陷?貊費?? | 111110011110100000111111110110001110011111011110101010000011111100111111 | f9e83fd8e7dea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)