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 | ?帽}?帽{^ | 001111111001011001011000011111010011111110010110010110000111101101011110 | 3f96587d3f96587b5e |
EUC-JP | ?帽}?帽{^ | 001111111100101110111001011111010011111111001011101110010111101101011110 | 3fcbb97d3fcbb97b5e |
UTF-8 | 곶帽}곶帽{^ | 111010101011001110110110111001011011100010111101011111011110101010110011101101101110010110111000101111010111101101011110 | eab3b6e5b8bd7deab3b6e5b8bd7b5e |
UHC | 곶帽}곶帽{^ | 1011000011111001110110011011011001111101101100001111100111011001101101100111101101011110 | b0f9d9b67db0f9d9b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)