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 | 佃絅?調 | 10010010110011111110001101000100001111111001001010110010 | 92cfe3443f92b2 |
EUC-JP | 佃絅?調 | 11000100110100011110010110100101001111111100010010110100 | c4d1e5a53fc4b4 |
UTF-8 | 佃絅狼調 | 111001001011110110000011111001111011010110000101111011111010010010101011111010001010101010111111 | e4bd83e7b585efa4abe8aabf |
UHC | 佃絅狼調 | 1110111011101100110011001110011111010010101010101111000011100000 | eeeccce7d2aaf0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)