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 | ?苛粗 | 0011111110001001110101011001000101100101 | 3f89d59165 |
EUC-JP | ?苛粗 | 0011111110110010110101111100000111000110 | 3fb2d7c1c6 |
UTF-8 | 뤚苛粗 | 111010111010010010011010111010001000101110011011111001111011001010010111 | eba49ae88b9be7b297 |
UHC | 뤚苛粗 | 100011111100100111001010101101001111000011011000 | 8fc9cab4f0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)