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 | ±ÌìµP | 10110001110011001100001110101100110000101011010101010000 | b1ccc3acc2b550 |
SJIS-WIN | ±??¬??P | 100000010111110100111111001111111000000111001010001111110011111101010000 | 817d3f3f81ca3f3f50 |
EUC-JP | ±ÌìÂ?P | 101000011101111010001111101010101100000010001111101010101010101010100010110011001000111110101010101001000011111101010000 | a1de8faac08faaaaa2cc8faaa43f50 |
UTF-8 | ±ÌìµP | 11000010101100011100001110001100110000111000001111000010101011001100001110000010110000101011010101010000 | c2b1c38cc383c2acc382c2b550 |
UHC | ±?????P | 1010000110111110001111110011111100111111001111110011111101010000 | a1be3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)