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 | 100100001111100111101000110010011001000011111001111001100101101101000010 | 90f9e8c990f9e65b42 |
EUC-JP | 旋靄旋觴B | 110000001111101111110000110010111100000011111011111010111011110001000010 | c0fbf0cbc0fbebbc42 |
UTF-8 | 旋靄旋觴B | 11100110100101111000101111101001100111011000010011100110100101111000101111101000101001111011010001000010 | e6978be99d84e6978be8a7b442 |
UHC | 旋靄旋觴B | 111000001100000111100100111101111110000011000001110111111101100001000010 | e0c1e4f7e0c1dfd842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)