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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籥蛾魁矗 | 1110001011011110100010011110100110001010010000001110000111011110 | e2de89e98a40e1de |
EUC-JP | 籥蛾魁矗 | 1110010011100000101100101110101110110011101000011110001011100000 | e4e0b2ebb3a1e2e0 |
UTF-8 | 籥蛾魁矗 | 111001111011000110100101111010001001101110111110111010011010110110000001111001111001111110010111 | e7b1a5e89bbee9ad81e79f97 |
UHC | ?蛾魁矗 | 00111111111001001011011011001110110110101111010110111000 | 3fe4b6cedaf5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)