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 | 雜咏、セ顯 | 1110100010110110100110011110011110100100101111101110100011111011 | e8b699e7a4bee8fb |
EUC-JP | 雜咏、セ顯 | 11110000101110001101001011101001100011101010010010001110101111101111000011111101 | f0b8d2e98ea48ebef0fd |
UTF-8 | 雜咏、セ顯 | 111010011001101110011100111001011001001010001111111011111011110110100100111011111011110110111110111010011010000110101111 | e99b9ce5928fefbda4efbdbee9a1af |
UHC | 雜???顯 | 11101101110110100011111100111111001111111111101011101001 | edda3f3f3ffae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)