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 | 鞅゚ケ | 1111000111100110111010001101011111011111111100001111010110111001 | f1e6e8d7dff0f5b9 |
EUC-JP | ?鞅゚?ケ | 0011111111110000110110011000111011011111001111111000111010111001 | 3ff0d98edf3f8eb9 |
UTF-8 | 鞅゚ケ | 111011101000010110100001111010011001111010000101111011111011111010011111111011101000001010110100111011111011110110111001 | ee85a1e99e85efbe9fee82b4efbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)