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£ | 100100100100010010010010010101001001000110100011 | 9244925491a3 |
SJIS-WIN | ?D?T?£ | 00111111010001000011111101010100001111111000000110010010 | 3f443f543f8192 |
EUC-JP | ?D?T?£ | 00111111010001000011111101010100001111111010000111110010 | 3f443f543fa1f2 |
UTF-8 | DT£ | 11000010100100100100010011000010100100100101010011000010100100011100001010100011 | c29244c29254c291c2a3 |
UHC | ?D?T?? | 001111110100010000111111010101000011111100111111 | 3f443f543f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)