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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 造?諧? | 100100011010001000111111111001100111111000111111 | 91a23fe67e3f |
EUC-JP | 造?諧? | 110000101010010000111111111010111101111100111111 | c2a43febdf3f |
UTF-8 | 造렎諧렩 | 111010011000000010100000111010111010000010001110111010001010101110100111111010111010000010101001 | e980a0eba08ee8aba7eba0a9 |
UHC | 造렎諧렩 | 1111000011100011100011101010010011111010101100101000111010110111 | f0e38ea4fab28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)