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 | 擾▽?弱 | 10001111111011111000000110100100001111111000111011100011 | 8fef81a43f8ee3 |
EUC-JP | 擾▽?弱 | 10111110111100011010001010100110001111111011110011100101 | bef1a2a63fbce5 |
UTF-8 | 擾▽옅弱 | 111001101001001110111110111000101001011010111101111011001001100010000101111001011011110010110001 | e693bee296bdec9885e5bcb1 |
UHC | 擾▽옅弱 | 1110100011110110101000011110010010111111101101101110010110110000 | e8f6a1e4bfb6e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)