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 | ?U?? | 00111111010101010011111100111111 | 3f553f3f |
SJIS-WIN | 短U但族 | 10010010010110100101010110010010010000011001000110110000 | 925a55924191b0 |
EUC-JP | 短U但族 | 11000011101110110101010111000011101000101100001010110010 | c3bb55c3a2c2b2 |
UTF-8 | 短U但族 | 11100111100111111010110101010101111001001011110110000110111001101001011110001111 | e79fad55e4bd86e6978f |
UHC | 短U但族 | 11010011101011010101010111010011101000111111000011101001 | d3ad55d3a3f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)