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 | 諷び危俣 | 1110011010000101100000101101000110001010111010111001011010010011 | e68582d18aeb9693 |
EUC-JP | 諷び危俣 | 1110101111100101101001001101001110110100111011011100101111110011 | ebe5a4d3b4edcbf3 |
UTF-8 | 諷び危俣 | 111010001010101110110111111000111000000110110011111001011000110110110001111001001011111110100011 | e8abb7e381b3e58db1e4bfa3 |
UHC | 諷び危? | 11111001101001001010101011010011111010101100101100111111 | f9a4aad3eacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)