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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鬥ケ逅オ^ | 11101001101001101011100111100111100100001011010101011110 | e9a6b9e790b55e |
EUC-JP | 鬥ケ逅オ^ | 111100101010100010001110101110011110110111110000100011101011010101011110 | f2a88eb9edf08eb55e |
UTF-8 | 鬥ケ逅オ^ | 11101001101011001010010111101111101111011011100111101001100000001000010111101111101111011011010101011110 | e9aca5efbdb9e98085efbdb55e |
UHC | ??逅?^ | 001111110011111111111101101100010011111101011110 | 3f3ffdb13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)