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 | 担属担属 | 1001001001010011100100011010111010010010010100111001000110101110 | 925391ae925391ae |
EUC-JP | 担属担属 | 1100001110110100110000101011000011000011101101001100001010110000 | c3b4c2b0c3b4c2b0 |
UTF-8 | 担属担属 | 111001101000101110000101111001011011000110011110111001101000101110000101111001011011000110011110 | e68b85e5b19ee68b85e5b19e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)