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 | 「靤。瑤識 | 11110001111000111010001011101000110100001010000111101010101000101000111010101111 | f1e3a2e8d0a1eaa28eaf |
EUC-JP | ?「靤。瑤識 | 0011111110001110101000101111000011010010100011101010000111110100101001001011110010110001 | 3f8ea2f0d28ea1f4a4bcb1 |
UTF-8 | 「靤。瑤識 | 111011101000010110011110111011111011110110100010111010011001110110100100111011111011110110100001111001111001000110100100111010001010110110011000 | ee859eefbda2e99da4efbda1e791a4e8ad98 |
UHC | ????瑤識 | 0011111100111111001111110011111111101000111111011110001111011011 | 3f3f3f3fe8fde3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)