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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耶?掃 | 1001011011101011001111111001000101111100 | 96eb3f917c |
EUC-JP | 耶?掃 | 1100110011101101001111111100000111011101 | cced3fc1dd |
UTF-8 | 耶咽掃 | 111010001000000010110110111011111010011010011110111001101000111010000011 | e880b6efa69ee68e83 |
UHC | 耶咽掃 | 111001011010110111100110111011001110000110110111 | e5ade6ece1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)