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 | ³L|æ[^ | 100011111011001110010001010011001001101001111100111001100101101101011110 | 8fb3914c9a7ce65b5e |
SJIS-WIN | ???L?|?[^ | 001111110011111100111111010011000011111101111100001111110101101101011110 | 3f3f3f4c3f7c3f5b5e |
EUC-JP | ???L?|æ[^ | 0011111100111111001111110100110000111111011111001000111110101001110000010101101101011110 | 3f3f3f4c3f7c8fa9c15b5e |
UTF-8 | ³L|æ[^ | 1100001010001111110000101011001111000010100100010100110011000010100110100111110011000011101001100101101101011110 | c28fc2b3c2914cc29a7cc3a65b5e |
UHC | ?³?L?|æ[^ | 0011111110101001111110000011111101001100001111110111110010101001101000010101101101011110 | 3fa9f83f4c3f7ca9a15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)