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 | 菴カ螻仙 | 11100100101111011011011011100101101100011001000011100101 | e4bdb6e5b190e5 |
EUC-JP | 菴カ螻仙 | 1110100010111111100011101011011011101010101100111100000011100111 | e8bf8eb6eab3c0e7 |
UTF-8 | 菴カ螻仙 | 111010001000111110110100111011111011110110110110111010001001111010111011111001001011101110011001 | e88fb4efbdb6e89ebbe4bb99 |
UHC | 菴??仙 | 111001001110000000111111001111111110000010111001 | e4e03f3fe0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)