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 | äàÞûñ½nB | 1110010011100000110111101111101111110001101111010110111001000010 | e4e0defbf1bd6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | äàÞûñ?nB | 100011111010101110100011100011111010101110100010100011111010100110110000100011111010101111100101100011111010101111010000001111110110111001000010 | 8faba38faba28fa9b08fabe58fabd03f6e42 |
UTF-8 | äàÞûñ½nB | 1100001110100100110000111010000011000011100111101100001110111011110000111011000111000010101111010110111001000010 | c3a4c3a0c39ec3bbc3b1c2bd6e42 |
UHC | ??Þ??½nB | 00111111001111111010100010101101001111110011111110101000111101100110111001000010 | 3f3fa8ad3f3fa8f66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)