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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮠取ウ・籬 | 1110100110111100100011101110011010110011101001011110001011011111 | e9bc8ee6b3a5e2df |
EUC-JP | 鮠取ウ・籬 | 11110010101111101011110011101000100011101011001110001110101001011110010011100001 | f2bebce88eb38ea5e4e1 |
UTF-8 | 鮠取ウ・籬 | 111010011010111010100000111001011000111110010110111011111011110110110011111011111011110110100101111001111011000110101100 | e9aea0e58f96efbdb3efbda5e7b1ac |
UHC | ?取??籬 | 00111111111101101010001000111111001111111101011111100110 | 3ff6a23f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)