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è | 11100111100111101010110101000010111010001000000110011110 | e79ead42e8819e |
SJIS-WIN | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
EUC-JP | ç??Bè?? | 1000111110101011101011100011111100111111010000101000111110101011101100100011111100111111 | 8fabae3f3f428fabb23f3f |
UTF-8 | çBè | 11000011101001111100001010011110110000101010110101000010110000111010100011000010100000011100001010011110 | c3a7c29ec2ad42c3a8c281c29e |
UHC | ??B??? | 0011111100111111101000011010100101000010001111110011111100111111 | 3f3fa1a9423f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)