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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池?云邁公 | 100100100111001000111111100010010101110111100111101100001000110011110110 | 92723f895de7b08cf6 |
EUC-JP | 池?云邁公 | 110000111101001100111111101100011011111011101110101100101011100011111000 | c3d33fb1beeeb2b8f8 |
UTF-8 | 池렋云邁公 | 111001101011000110100000111010111010000010001011111001001011101010010001111010011000001010000001111001011000010110101100 | e6b1a0eba08be4ba91e98281e585ac |
UHC | 池렋云邁公 | 11110010101011101000111010100010111010011111011011011000111001001100110111101011 | f2ae8ea2e9f6d8e4cdeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)