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 | ÂaÂÃP | 1100001010001001011000011100001010001110110000111001001101010000 | c28961c28ec39350 |
SJIS-WIN | ??a????P | 0011111100111111011000010011111100111111001111110011111101010000 | 3f3f613f3f3f3f50 |
EUC-JP | Â?aÂ?Ã?P | 1000111110101010101001000011111101100001100011111010101010100100001111111000111110101010101010100011111101010000 | 8faaa43f618faaa43f8faaaa3f50 |
UTF-8 | ÂaÂÃP | 1100001110000010110000101000100101100001110000111000001011000010100011101100001110000011110000101001001101010000 | c382c28961c382c28ec383c29350 |
UHC | ??a????P | 0011111100111111011000010011111100111111001111110011111101010000 | 3f3f613f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)