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 | ?{?? | 00111111011110110011111100111111 | 3f7b3f3f |
SJIS-WIN | 辿{叩続 | 10010010010010000111101110010010010000001001000110110001 | 92487b924091b1 |
EUC-JP | 辿{叩続 | 11000011101010010111101111000011101000011100001010110011 | c3a97bc3a1c2b3 |
UTF-8 | 辿{叩続 | 11101000101111101011111101111011111001011000111110101001111001111011011010011010 | e8bebf7be58fa9e7b69a |
UHC | ?{叩? | 0011111101111011110011011011000000111111 | 3f7bcdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)