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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ??嬪竣?}B | 001111110011111110011011011011001000111101110110001111110111110101000010 | 3f3f9b6c8f763f7d42 |
EUC-JP | ??嬪竣?}B | 001111110011111111010101110011011011110111010111001111110111110101000010 | 3f3fd5cdbdd73f7d42 |
UTF-8 | 吏흘嬪竣렦}B | 1110111110100111100111101110110110011101100110001110010110101100101010101110011110101011101000111110101110100000101001100111110101000010 | efa79eed9d98e5acaae7aba3eba0a67d42 |
UHC | 吏흘嬪竣렦}B | 111011001010011111001000111010101101111010101110111100011110001010001110101101010111110101000010 | eca7c8eadeaef1e28eb57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)