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 | À±ÂÄ | 1100000010110001100011111100001011000100 | c0b18fc2c4 |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | À±?ÂÄ | 100011111010101010100010101000011101111000111111100011111010101010100100100011111010101010100011 | 8faaa2a1de3f8faaa48faaa3 |
UTF-8 | À±ÂÄ | 11000011100000001100001010110001110000101000111111000011100000101100001110000100 | c380c2b1c28fc382c384 |
UHC | ?±??? | 001111111010000110111110001111110011111100111111 | 3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)