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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鷹チ?∵ | 00111111001111110011111110010001111010011000001101100000001111111000000111100110 | 3f3f3f91e983603f81e6 |
EUC-JP | ???鷹チ?∵ | 00111111001111110011111111000010111010111010010111000001001111111010001011101000 | 3f3f3fc2eba5c13fa2e8 |
UTF-8 | 룶절룫鷹チ?∵ | 11101011101000111011011011101100101000001000100011101011101000111010101111101001101101111011100111100011100000111000000100111111111000101000100010110101 | eba3b6eca088eba3abe9b7b9e383813fe288b5 |
UHC | 룶절룫鷹チ?∵ | 10001111101010111100000011111101100011111010001011101011111011011010101111000001001111111010000111110001 | 8fabc0fd8fa2ebedabc13fa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)