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 | 池?云邁 | 10010010011100100011111110001001010111011110011110110000 | 92723f895de7b0 |
EUC-JP | 池?云邁 | 11000011110100110011111110110001101111101110111010110010 | c3d33fb1beeeb2 |
UTF-8 | 池렋云邁 | 111001101011000110100000111010111010000010001011111001001011101010010001111010011000001010000001 | e6b1a0eba08be4ba91e98281 |
UHC | 池렋云邁 | 1111001010101110100011101010001011101001111101101101100011100100 | f2ae8ea2e9f6d8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)