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 | 鞨∵エセ | 111010001110000010000001111001101011010010111110 | e8e081e6b4be |
EUC-JP | 鞨∵エセ | 1111000011100010101000101110100010001110101101001000111010111110 | f0e2a2e88eb48ebe |
UTF-8 | 鞨∵エセ | 111010011001111010101000111000101000100010110101111011111011110110110100111011111011110110111110 | e99ea8e288b5efbdb4efbdbe |
UHC | 鞨∵?? | 110010101110101010100001111100010011111100111111 | caeaa1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)