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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 衆?蹄?B | 10001111010011110011111110010010111110110011111101000010 | 8f4f3f92fb3f42 |
EUC-JP | 衆?蹄?B | 10111101101100000011111111000100111111010011111101000010 | bdb03fc4fd3f42 |
UTF-8 | 衆렭蹄렋B | 11101000101000011000011011101011101000001010110111101000101110011000010011101011101000001000101101000010 | e8a186eba0ade8b984eba08b42 |
UHC | 衆렭蹄렋B | 111100011110101110001110101110101111000010110100100011101010001001000010 | f1eb8ebaf0b48ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)