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 | ÂÄÄ×Ù | 100011101100001011000100110001001101011111011001 | 8ec2c4c4d7d9 |
SJIS-WIN | ????×? | 00111111001111110011111100111111100000010111111000111111 | 3f3f3f3f817e3f |
EUC-JP | ?ÂÄÄ×Ù | 001111111000111110101010101001001000111110101010101000111000111110101010101000111010000111011111100011111010101011100011 | 3f8faaa48faaa38faaa3a1df8faae3 |
UTF-8 | ÂÄÄ×Ù | 110000101000111011000011100000101100001110000100110000111000010011000011100101111100001110011001 | c28ec382c384c384c397c399 |
UHC | ????×? | 00111111001111110011111100111111101000011011111100111111 | 3f3f3f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)