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 | ゙犱}゙犱{^ | 110111101111101101011011011111011101111011111011010110110111101101011110 | defb5b7ddefb5b7b5e |
EUC-JP | ゙犱}゙犱{^ | 10001110110111101000111111001010111011110111110110001110110111101000111111001010111011110111101101011110 | 8ede8fcaef7d8ede8fcaef7b5e |
UTF-8 | ゙犱}゙犱{^ | 111011111011111010011110111001111000101010110001011111011110111110111110100111101110011110001010101100010111101101011110 | efbe9ee78ab17defbe9ee78ab17b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)