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愁少 | 100011110100010010001111101011010110100010001111010001001000111110101101 | 8f448fad688f448fad |
EUC-JP | 愁少h愁少 | 101111011010010110111110101011110110100010111101101001011011111010101111 | bda5beaf68bda5beaf |
UTF-8 | 愁少h愁少 | 11100110100001001000000111100101101100001001000101101000111001101000010010000001111001011011000010010001 | e68481e5b09168e68481e5b091 |
UHC | 愁少h愁少 | 111000011111111011100001101101000110100011100001111111101110000110110100 | e1fee1b468e1fee1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)