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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮キ竏ォ貍宇 | 11101001101010111011011111100010100010001010101111100110101111001000100101000110 | e9abb7e288abe6bc8946 |
EUC-JP | 鬮キ竏ォ貍宇 | 111100101010110110001110101101111110001111101000100011101010101111101100101111101011000110100111 | f2ad8eb7e3e88eabecbeb1a7 |
UTF-8 | 鬮キ竏ォ貍宇 | 111010011010110010101110111011111011110110110111111001111010101110001111111011111011110110101011111010001011001010001101111001011010111010000111 | e9acaeefbdb7e7ab8fefbdabe8b28de5ae87 |
UHC | ?????宇 | 00111111001111110011111100111111001111111110100111010100 | 3f3f3f3f3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)