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 | ?????v | 001111110011111100111111001111110011111101110110 | 3f3f3f3f3f76 |
SJIS-WIN | 蜉セ迚吝合v | 11100101100010101011111011100111100010011001100111100101100011011000011101110110 | e58abee78999e58d8776 |
EUC-JP | 蜉セ迚吝合v | 1110100111101010100011101011111011101101111010011101001011100111101110011110011101110110 | e9ea8ebeede9d2e7b9e776 |
UTF-8 | 蜉セ迚吝合v | 11101000100111001000100111101111101111011011111011101000101111111001101011100101100100001001110111100101100100001000100001110110 | e89c89efbdbee8bf9ae5909de5908876 |
UHC | ???吝合v | 0011111100111111001111111101011111110000111110011110101001110110 | 3f3f3fd7f0f9ea76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)