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 | ±Â¡ï | 100011111011000111000010101000011110111111000010 | 8fb1c2a1efc2 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ?±Â¡ï | 001111111010000111011110100011111010101010100100100011111010001011000010100011111010101111000001100011111010101010100100 | 3fa1de8faaa48fa2c28fabc18faaa4 |
UTF-8 | ±Â¡ï | 110000101000111111000010101100011100001110000010110000101010000111000011101011111100001110000010 | c28fc2b1c382c2a1c3afc382 |
UHC | ?±?¡?? | 0011111110100001101111100011111110100010101011100011111100111111 | 3fa1be3fa2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)