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 | 蟶昶┌碪 | 1110010110111000100111011110001010000100101000011110000111110010 | e5b89de284a1e1f2 |
EUC-JP | 蟶昶┌碪 | 1110101010111010110110101110010010101000101000111110001011110100 | eabadae4a8a3e2f4 |
UTF-8 | 蟶昶┌碪 | 111010001001111110110110111001101001100010110110111000101001010010001100111001111010001010101010 | e89fb6e698b6e2948ce7a2aa |
UHC | ?昶┌? | 001111111111001111100100101001101010001100111111 | 3ff3e4a6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)