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 | 愎塀韜 | 100111001011110110010101101110111110100011101001 | 9cbd95bbe8e9 |
EUC-JP | 愎塀韜 | 110110001011111111001010101111011111000011101011 | d8bfcabdf0eb |
UTF-8 | 愎塀韜 | 111001101000010010001110111001011010000110000000111010011001111110011100 | e6848ee5a180e99f9c |
UHC | 愎?韜 | 1111100010110100001111111101010010110111 | f8b43fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)