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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 辰箪h辰箪 | 100100100100001110010010010111000110100010010010010000111001001001011100 | 9243925c689243925c |
EUC-JP | 辰箪h辰箪 | 110000111010010011000011101111010110100011000011101001001100001110111101 | c3a4c3bd68c3a4c3bd |
UTF-8 | 辰箪h辰箪 | 11101000101111101011000011100111101011101010101001101000111010001011111010110000111001111010111010101010 | e8beb0e7aeaa68e8beb0e7aeaa |
UHC | 辰?h辰? | 11110010111000110011111101101000111100101110001100111111 | f2e33f68f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)