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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 軫?}軫?{^ | 111001110110011000111111011111011110011101100110001111110111101101011110 | e7663f7de7663f7b5e |
EUC-JP | 軫?}軫?{^ | 111011011100011100111111011111011110110111000111001111110111101101011110 | edc73f7dedc73f7b5e |
UTF-8 | 軫섞}軫섞{^ | 111010001011101110101011111011001000010010011110011111011110100010111011101010111110110010000100100111100111101101011110 | e8bbabec849e7de8bbabec849e7b5e |
UHC | 軫섞}軫섞{^ | 1111001011100010101111001010111101111101111100101110001010111100101011110111101101011110 | f2e2bcaf7df2e2bcaf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)