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 | 〓?頂曝ヲ | 100000011010110000111111100100101011100010010100100110001000001110010010 | 81ac3f92b894988392 |
EUC-JP | 〓?頂曝ヲ | 101000101010111000111111110001001011101011000111111110001010010111110010 | a2ae3fc4bac7f8a5f2 |
UTF-8 | 〓룫頂曝ヲ | 111000111000000010010011111010111010001110101011111010011010000010000010111001101001101110011101111000111000001110110010 | e38093eba3abe9a082e69b9de383b2 |
UHC | 〓룫頂曝ヲ | 10100001111010111000111110100010111100001010001011111000111011011010101111110010 | a1eb8fa2f0a2f8edabf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)