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 | 莟惹款莟 | 1110010010101111100011101110010010001010101111001110010010101111 | e4af8ee48abce4af |
EUC-JP | 莟惹款莟 | 1110100010110001101111001110011010110100101111101110100010110001 | e8b1bce6b4bee8b1 |
UTF-8 | 莟惹款莟 | 111010001000111010011111111001101000001110111001111001101010110010111110111010001000111010011111 | e88e9fe683b9e6acbee88e9f |
UHC | ?惹款? | 001111111110010110101001110011101011001100111111 | 3fe5a9ceb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)