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 | 鴦?}鴦?{^ | 111010011111000100111111011111011110100111110001001111110111101101011110 | e9f13f7de9f13f7b5e |
EUC-JP | 鴦?}鴦?{^ | 111100101111001100111111011111011111001011110011001111110111101101011110 | f2f33f7df2f33f7b5e |
UTF-8 | 鴦뱊}鴦뱊{^ | 111010011011010010100110111010111011000110001010011111011110100110110100101001101110101110110001100010100111101101011110 | e9b4a6ebb18a7de9b4a6ebb18a7b5e |
UHC | 鴦뱊}鴦뱊{^ | 1110010011101100100100110110111001111101111001001110110010010011011011100111101101011110 | e4ec936e7de4ec936e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)