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 | 譚「闖守ソ | 1110011010011101101000101110100010001111100011101110011110111111 | e69da2e88f8ee7bf |
EUC-JP | 譚「闖守ソ | 11101011111111011000111010100010111011111110111110111100111010011000111010111111 | ebfd8ea2efefbce98ebf |
UTF-8 | 譚「闖守ソ | 111010001010110110011010111011111011110110100010111010011001011110010110111001011010111010001000111011111011110110111111 | e8ad9aefbda2e99796e5ae88efbdbf |
UHC | 譚?闖守? | 1101001111001001001111111111011111100110111000011111101000111111 | d3c93ff7e6e1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)