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 | DPªE | 1001001001000100100100100101000010010001101010101001001001000101 | 9244925091aa9245 |
SJIS-WIN | ?D?P???E | 0011111101000100001111110101000000111111001111110011111101000101 | 3f443f503f3f3f45 |
EUC-JP | ?D?P?ª?E | 00111111010001000011111101010000001111111000111110100010111011000011111101000101 | 3f443f503f8fa2ec3f45 |
UTF-8 | DPªE | 11000010100100100100010011000010100100100101000011000010100100011100001010101010110000101001001001000101 | c29244c29250c291c2aac29245 |
UHC | ?D?P?ª?E | 001111110100010000111111010100000011111110101000101000110011111101000101 | 3f443f503fa8a33f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)