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 | 烝???? | 111000000111111000111111001111110011111100111111 | e07e3f3f3f3f |
EUC-JP | 烝?釪?? | 1101111111011111001111111000111111100011101011010011111100111111 | dfdf3f8fe3ad3f3f |
UTF-8 | 烝렱釪닺렮 | 111001111000001110011101111010111010000010110001111010011000011110101010111010111000101110111010111010111010000010101110 | e7839deba0b1e987aaeb8bbaeba0ae |
UHC | 烝렱釪닺렮 | 11110001111101101000111010111110111010011110100110110100111010001000111010111011 | f1f68ebee9e9b4e88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)