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 | ?貂曺ケ | 001111111110011010111000111110101101111010111001 | 3fe6b8fadeb9 |
EUC-JP | 鉥貂曺ケ | 10001111111000111110100011101100101110101000111111000010111011011000111010111001 | 8fe3e8ecba8fc2ed8eb9 |
UTF-8 | 鉥貂曺ケ | 111010011000100110100101111010001011001010000010111001101001101110111010111011111011110110111001 | e989a5e8b282e69bbaefbdb9 |
UHC | 鉥貂曺? | 11100010111111001111010110110000111100001100011000111111 | e2fcf5b0f0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)