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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譚「闖守ソ沓 | 11100110100111011010001011101000100011111000111011100111101111111000110001000010 | e69da2e88f8ee7bf8c42 |
EUC-JP | 譚「闖守ソ沓 | 111010111111110110001110101000101110111111101111101111001110100110001110101111111011011110100011 | ebfd8ea2efefbce98ebfb7a3 |
UTF-8 | 譚「闖守ソ沓 | 111010001010110110011010111011111011110110100010111010011001011110010110111001011010111010001000111011111011110110111111111001101011001010010011 | e8ad9aefbda2e99796e5ae88efbdbfe6b293 |
UHC | 譚?闖守?沓 | 11010011110010010011111111110111111001101110000111111010001111111101001111001011 | d3c93ff7e6e1fa3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)