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 | DT¤C | 1001001001000100100100100101010010010001101001001001001001000011 | 9244925491a49243 |
SJIS-WIN | ?D?T???C | 0011111101000100001111110101010000111111001111110011111101000011 | 3f443f543f3f3f43 |
EUC-JP | ?D?T?¤?C | 00111111010001000011111101010100001111111000111110100010111100000011111101000011 | 3f443f543f8fa2f03f43 |
UTF-8 | DT¤C | 11000010100100100100010011000010100100100101010011000010100100011100001010100100110000101001001001000011 | c29244c29254c291c2a4c29243 |
UHC | ?D?T?¤?C | 001111110100010000111111010101000011111110100010101101000011111101000011 | 3f443f543fa2b43f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)