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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 制?懿企? | 1001000010100111001111111001110011110010100010101110100100111111 | 90a73f9cf28ae93f |
EUC-JP | 制?懿企? | 1100000010101001001111111101100011110100101101001110101100111111 | c0a93fd8f4b4eb3f |
UTF-8 | 制렲懿企렯 | 111001011000100010110110111010111010000010110010111001101000011110111111111001001011110010000001111010111010000010101111 | e588b6eba0b2e687bfe4bc81eba0af |
UHC | 制렲懿企렯 | 11110000101001001000111010111111111010111111001111010000111010101000111010111100 | f0a48ebfebf3d0ea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)