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 | 操???? | 100100011000000000111111001111110011111100111111 | 91803f3f3f3f |
EUC-JP | 操???? | 110000011110000000111111001111110011111100111111 | c1e03f3f3f3f |
UTF-8 | 操렺뤺콒쪩 | 111001101001001110001101111010111010000010111010111010111010010010111010111011001011110110010010111011001010101010101001 | e6938deba0baeba4baecbd92ecaaa9 |
UHC | 操렺뤺콒쪩 | 11110000110000111000111011000010100011111110100010110001100011101010011001000010 | f0c38ec28fe8b18ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)