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 | ?苛鏃 | 0011111110001001110101011110100001010110 | 3f89d5e856 |
EUC-JP | ?苛鏃 | 0011111110110010110101111110111110110111 | 3fb2d7efb7 |
UTF-8 | 뤚苛鏃 | 111010111010010010011010111010001000101110011011111010011000111110000011 | eba49ae88b9be98f83 |
UHC | 뤚苛鏃 | 100011111100100111001010101101001111000011101100 | 8fc9cab4f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)