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 | 莟弱ぅ續 | 1110010010101111100011101110001110000010101000111110001110010100 | e4af8ee382a3e394 |
EUC-JP | 莟弱ぅ續 | 1110100010110001101111001110010110100100101001011110010111110100 | e8b1bce5a4a5e5f4 |
UTF-8 | 莟弱ぅ續 | 111010001000111010011111111001011011110010110001111000111000000110000101111001111011101010001100 | e88e9fe5bcb1e38185e7ba8c |
UHC | ?弱ぅ續 | 00111111111001011011000010101010101001011110000111011001 | 3fe5b0aaa5e1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)