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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釥謝杓 | 111110111100000010001110110100111000111011011011 | fbc08ed38edb |
EUC-JP | 釥謝杓 | 10001111111000111010101110111100110101011011110011011101 | 8fe3abbcd5bcdd |
UTF-8 | 釥謝杓 | 111010011000011110100101111010001010110010011101111001101001110110010011 | e987a5e8ac9de69d93 |
UHC | ?謝杓 | 0011111111011110111100111111100011110101 | 3fdef3f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)