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 | スル賤ノツ | 101111011101100111100110110010111100100111000010 | bdd9e6cbc9c2 |
EUC-JP | スル賤ノツ | 10001110101111011000111011011001111011001100110110001110110010011000111011000010 | 8ebd8ed9eccd8ec98ec2 |
UTF-8 | スル賤ノツ | 111011111011110110111101111011111011111010011001111010001011001110100100111011111011111010001001111011111011111010000010 | efbdbdefbe99e8b3a4efbe89efbe82 |
UHC | ??賤?? | 001111110011111111110100110000010011111100111111 | 3f3ff4c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)