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 | 莖わ┴莖 | 1110010010110001100000101110110110000100101010001110010010110001 | e4b182ed84a8e4b1 |
EUC-JP | 莖わ┴莖 | 1110100010110011101001001110111110101000101010101110100010110011 | e8b3a4efa8aae8b3 |
UTF-8 | 莖わ┴莖 | 111010001000111010010110111000111000001010001111111000101001010010110100111010001000111010010110 | e88e96e3828fe294b4e88e96 |
UHC | 莖わ┴莖 | 1100110011101100101010101110111110100110101010101100110011101100 | ccecaaefa6aaccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)