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 | 隘ュ轤企▲ | 111010001010010110101101111001111000001010001010111010011000000110100011 | e8a5ade7828ae981a3 |
EUC-JP | 隘ュ轤企▲ | 11110000101001111000111010101101111011011110001010110100111010111010001010100101 | f0a78eadede2b4eba2a5 |
UTF-8 | 隘ュ轤企▲ | 111010011001101010011000111011111011110110101101111010001011110110100100111001001011110010000001111000101001011010110010 | e99a98efbdade8bda4e4bc81e296b2 |
UHC | 隘??企▲ | 1110010011110110001111110011111111010000111010101010000111100011 | e4f63f3fd0eaa1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)