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 | 愎莓瀋 | 100111001011110111100100100101101110000001100011 | 9cbde496e063 |
EUC-JP | 愎莓瀋 | 110110001011111111100111111101101101111111000100 | d8bfe7f6dfc4 |
UTF-8 | 愎莓瀋 | 111001101000010010001110111010001000111010010011111001111000000010001011 | e6848ee88e93e7808b |
UHC | 愎?瀋 | 1111100010110100001111111110010010100011 | f8b43fe4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)