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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 軛窘\}軛窘\{^ | 11100111011000101110001001111010010111000111110111100111011000101110001001111010010111000111101101011110 | e762e27a5c7de762e27a5c7b5e |
EUC-JP | 軛窘\}軛窘\{^ | 11101101110000111110001111011011010111000111110111101101110000111110001111011011010111000111101101011110 | edc3e3db5c7dedc3e3db5c7b5e |
UTF-8 | 軛窘\}軛窘\{^ | 1110100010111011100110111110011110101010100110000101110001111101111010001011101110011011111001111010101010011000010111000111101101011110 | e8bb9be7aa985c7de8bb9be7aa985c7b5e |
UHC | ?窘\}?窘\{^ | 0011111111001111110101110101110001111101001111111100111111010111010111000111101101011110 | 3fcfd75c7d3fcfd75c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)