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 | AUL¹X\ | 100100100100000110010010010101011001001001001100100100011011100110010010010110001001001001011100 | 92419255924c91b99258925c |
SJIS-WIN | ?A?U?L???X?\ | 001111110100000100111111010101010011111101001100001111110011111100111111010110000011111101011100 | 3f413f553f4c3f3f3f583f5c |
EUC-JP | ?A?U?L???X?\ | 001111110100000100111111010101010011111101001100001111110011111100111111010110000011111101011100 | 3f413f553f4c3f3f3f583f5c |
UTF-8 | AUL¹X\ | 11000010100100100100000111000010100100100101010111000010100100100100110011000010100100011100001010111001110000101001001001011000110000101001001001011100 | c29241c29255c2924cc291c2b9c29258c2925c |
UHC | ?A?U?L?¹?X?\ | 00111111010000010011111101010101001111110100110000111111101010011111011000111111010110000011111101011100 | 3f413f553f4c3fa9f63f583f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)