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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 制?至??? | 1001000010100111001111111000111010001010001111110011111100111111 | 90a73f8e8a3f3f3f |
EUC-JP | 制?至?湞? | 11000000101010010011111110111011111010100011111110001111110001111111111000111111 | c0a93fbbea3f8fc7fe3f |
UTF-8 | 制렠至렔湞렟 | 111001011000100010110110111010111010000010100000111010001000011110110011111010111010000010010100111001101011100110011110111010111010000010011111 | e588b6eba0a0e887b3eba094e6b99eeba09f |
UHC | 制렠至렔湞렟 | 111100001010010010001110101100011111001010111000100011101010100111101111111001101000111010110000 | f0a48eb1f2b88ea9efe68eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)