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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 釿禹{d | 111001111110000111100010010110100111101101100100 | e7e1e25a7b64 |
EUC-JP | 釿禹{d | 111011101110001111100011101110110111101101100100 | eee3e3bb7b64 |
UTF-8 | 釿禹{d | 1110100110000111101111111110011110100110101110010111101101100100 | e987bfe7a6b97b64 |
UHC | ?禹{d | 0011111111101001111000000111101101100100 | 3fe9e07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)