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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 赦縞]H | 100011101100110110001110110010000101110101001000 | 8ecd8ec85d48 |
EUC-JP | 赦縞]H | 101111001100111110111100110010100101110101001000 | bccfbcca5d48 |
UTF-8 | 赦縞]H | 1110100010110101101001101110011110111000100111100101110101001000 | e8b5a6e7b89e5d48 |
UHC | 赦縞]H | 110111101111010111111011110101100101110101001000 | def5fbd65d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)