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 | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
SJIS-WIN | 節??L敖 | 10010000110111110011111100111111010011001001110111000010 | 90df3f3f4c9dc2 |
EUC-JP | 節??L敖 | 11000000111000010011111100111111010011001101101011000100 | c0e13f3f4cdac4 |
UTF-8 | 節쇽슈L敖 | 11100111101011111000000011101100100001111011110111101100100010101000100001001100111001101001010110010110 | e7af80ec87bdec8a884ce69596 |
UHC | 節쇽슈L敖 | 111011111011110110111100111011111011110110110100010011001110011111111001 | efbdbcefbdb44ce7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)