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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕭誌蹴絨 | 1110010101001010100011101000111110001111010100101110001101001111 | e54a8e8f8f52e34f |
EUC-JP | 蕭誌蹴絨 | 1110100110101011101110111110111110111101101100111110010110110000 | e9abbbefbdb3e5b0 |
UTF-8 | 蕭誌蹴絨 | 111010001001010110101101111010001010101010001100111010001011100110110100111001111011010110101000 | e895ade8aa8ce8b9b4e7b5a8 |
UHC | 蕭誌蹴絨 | 1110000111001011111100101011110011110101111011011110101111010110 | e1cbf2bcf5edebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)