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 | ??A?A | 0011111100111111010000010011111101000001 | 3f3f413f41 |
SJIS-WIN | ??A?A | 0011111100111111010000010011111101000001 | 3f3f413f41 |
EUC-JP | ??A?A | 0011111100111111010000010011111101000001 | 3f3f413f41 |
UTF-8 | 혩첸A혪A | 1110110110011000101010011110110010110010101110000100000111101101100110001010101001000001 | ed98a9ecb2b841ed98aa41 |
UHC | 혩첸A혪A | 1100001010010001110000111011111001000001110000101001001001000001 | c291c3be41c29241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)