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 | ?肆?蝎 | 001111111110001111100110001111111110010110011001 | 3fe3e63fe599 |
EUC-JP | 塼肆?蝎 | 1000111110111000101110011110011011101000001111111110100111111001 | 8fb8b9e6e83fe9f9 |
UTF-8 | 塼肆렒蝎 | 111001011010000110111100111010001000001010000110111010111010000010010010111010001001110110001110 | e5a1bce88286eba092e89d8e |
UHC | 塼肆렒蝎 | 1110111011110100110111101110101110001110101001111100101011101001 | eef4deeb8ea7cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)