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?男 | 00111111100100100110101001101000001111111001001001101010 | 3f926a683f926a |
EUC-JP | ?男h?男 | 00111111110000111100101101101000001111111100001111001011 | 3fc3cb683fc3cb |
UTF-8 | 룵男h룵男 | 11101011101000111011010111100111100101001011011101101000111010111010001110110101111001111001010010110111 | eba3b5e794b768eba3b5e794b7 |
UHC | 룵男h룵男 | 100011111010101011010001111110110110100010001111101010101101000111111011 | 8faad1fb688faad1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)