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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?岫h?岫 | 00111111100110111010101101101000001111111001101110101011 | 3f9bab683f9bab |
EUC-JP | ?岫h?岫 | 00111111110101101010110101101000001111111101011010101101 | 3fd6ad683fd6ad |
UTF-8 | 룵岫h룵岫 | 11101011101000111011010111100101101100101010101101101000111010111010001110110101111001011011001010101011 | eba3b5e5b2ab68eba3b5e5b2ab |
UHC | 룵岫h룵岫 | 100011111010101011100001111110110110100010001111101010101110000111111011 | 8faae1fb688faae1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)