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 | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | 赱蝉ケ滓ク・v | 11100110110111111001000011100100101110011001111111100110101110001010010101110110 | e6df90e4b99fe6b8a576 |
EUC-JP | 赱蝉ケ滓ク・v | 11101100111000011100000011100110100011101011100111011110111010001000111010111000100011101010010101110110 | ece1c0e68eb9dee88eb88ea576 |
UTF-8 | 赱蝉ケ滓ク・v | 11101000101101011011000111101000100111011000100111101111101111011011100111100110101110111001001111101111101111011011100011101111101111011010010101110110 | e8b5b1e89d89efbdb9e6bb93efbdb8efbda576 |
UHC | ???滓??v | 0011111100111111001111111110111010101011001111110011111101110110 | 3f3f3feeab3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)