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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雕オ蜥イ蟇ォ^ | 11101000101110001011010111100101100100101011001011100101101011111010101101011110 | e8b8b5e592b2e5afab5e |
EUC-JP | 雕オ蜥イ蟇ォ^ | 11110000101110101000111010110101111010011111001010001110101100101110101010110001100011101010101101011110 | f0ba8eb5e9f28eb2eab18eab5e |
UTF-8 | 雕オ蜥イ蟇ォ^ | 11101001100110111001010111101111101111011011010111101000100111001010010111101111101111011011001011101000100111111000011111101111101111011010101101011110 | e99b95efbdb5e89ca5efbdb2e89f87efbdab5e |
UHC | 雕?????^ | 1111000011100111001111110011111100111111001111110011111101011110 | f0e73f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)