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 | 愁小殉線 | 1000111101000100100011111010110010001111011111011001000011111100 | 8f448fac8f7d90fc |
EUC-JP | 愁小殉線 | 1011110110100101101111101010111010111101110111101100000011111110 | bda5beaebddec0fe |
UTF-8 | 愁小殉線 | 111001101000010010000001111001011011000010001111111001101010111010001001111001111011011110011010 | e68481e5b08fe6ae89e7b79a |
UHC | 愁小殉線 | 1110000111111110111000011011001111100010111001101110000011001010 | e1fee1b3e2e6e0ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)