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 | BO}BO{^ | 100100100100001001001111011111011001001001000010010011110111101101011110 | 92424f7d92424f7b5e |
SJIS-WIN | ?BO}?BO{^ | 001111110100001001001111011111010011111101000010010011110111101101011110 | 3f424f7d3f424f7b5e |
EUC-JP | ?BO}?BO{^ | 001111110100001001001111011111010011111101000010010011110111101101011110 | 3f424f7d3f424f7b5e |
UTF-8 | BO}BO{^ | 1100001010010010010000100100111101111101110000101001001001000010010011110111101101011110 | c292424f7dc292424f7b5e |
UHC | ?BO}?BO{^ | 001111110100001001001111011111010011111101000010010011110111101101011110 | 3f424f7d3f424f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)