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 | 100100100100000010010010010110001001001001000000100100100101100001000010 | 924092589240925842 |
EUC-JP | 叩湛叩湛B | 110000111010000111000011101110011100001110100001110000111011100101000010 | c3a1c3b9c3a1c3b942 |
UTF-8 | 叩湛叩湛B | 11100101100011111010100111100110101110011001101111100101100011111010100111100110101110011001101101000010 | e58fa9e6b99be58fa9e6b99b42 |
UHC | 叩湛叩湛B | 110011011011000011010011110000001100110110110000110100111100000001000010 | cdb0d3c0cdb0d3c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)