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 | Â_ÂÂAB | 110000101000000101011111110000101000000111000010100111100100000101000010 | c2815fc281c29e4142 |
SJIS-WIN | ??_????AB | 001111110011111101011111001111110011111100111111001111110100000101000010 | 3f3f5f3f3f3f3f4142 |
EUC-JP | Â?_Â?Â?AB | 100011111010101010100100001111110101111110001111101010101010010000111111100011111010101010100100001111110100000101000010 | 8faaa43f5f8faaa43f8faaa43f4142 |
UTF-8 | Â_ÂÂAB | 110000111000001011000010100000010101111111000011100000101100001010000001110000111000001011000010100111100100000101000010 | c382c2815fc382c281c382c29e4142 |
UHC | ??_????AB | 001111110011111101011111001111110011111100111111001111110100000101000010 | 3f3f5f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)