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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謇搾ス上似B | 11100110100010011000110111101111101111011000111111100011100011101001011101000010 | e6898defbd8fe38e9742 |
EUC-JP | 謇搾ス上似B | 1110101111101001101110101111000110001110101111011011111011100101101110111111011101000010 | ebe9baf18ebdbee5bbf742 |
UTF-8 | 謇搾ス上似B | 11101000101011001000011111100110100100001011111011101111101111011011110111100100101110001000101011100100101111001011110001000010 | e8ac87e690beefbdbde4b88ae4bcbc42 |
UHC | ?搾?上似B | 001111111111001110110110001111111101111110111110110111101100010001000010 | 3ff3b63fdfbedec442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)