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 | 諷び危」、 | 1110011010000101100000101101000110001010111010111010001110100100 | e68582d18aeba3a4 |
EUC-JP | 諷び危」、 | 11101011111001011010010011010011101101001110110110001110101000111000111010100100 | ebe5a4d3b4ed8ea38ea4 |
UTF-8 | 諷び危」、 | 111010001010101110110111111000111000000110110011111001011000110110110001111011111011110110100011111011111011110110100100 | e8abb7e381b3e58db1efbda3efbda4 |
UHC | 諷び危?? | 1111100110100100101010101101001111101010110010110011111100111111 | f9a4aad3eacb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)