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 | çBå | 111001111001111110101101010000101110010110001101 | e79fad42e58d |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ç??Bå? | 10001111101010111010111000111111001111110100001010001111101010111010100100111111 | 8fabae3f3f428faba93f |
UTF-8 | çBå | 1100001110100111110000101001111111000010101011010100001011000011101001011100001010001101 | c3a7c29fc2ad42c3a5c28d |
UHC | ??B?? | 00111111001111111010000110101001010000100011111100111111 | 3f3fa1a9423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)