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 | 制?紙? | 100100001010011100111111100011101000011000111111 | 90a73f8e863f |
EUC-JP | 制?紙? | 110000001010100100111111101110111110011000111111 | c0a93fbbe63f |
UTF-8 | 制렲紙렒 | 111001011000100010110110111010111010000010110010111001111011010010011001111010111010000010010010 | e588b6eba0b2e7b499eba092 |
UHC | 制렲紙렒 | 1111000010100100100011101011111111110010101101011000111010100111 | f0a48ebff2b58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)