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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珥臀■魚 | 1110000011100000111001000101110010000001101000011000101110011011 | e0e0e45c81a18b9b |
EUC-JP | 珥臀■魚 | 1110000011100010111001111011110110100010101000111011010111111011 | e0e2e7bda2a3b5fb |
UTF-8 | 珥臀■魚 | 111001111000111110100101111010001000011110000000111000101001011010100000111010011010110110011010 | e78fa5e88780e296a0e9ad9a |
UHC | 珥臀■魚 | 1110110010110100110101001110101110100001111000011110010111100000 | ecb4d4eba1e1e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)