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 | 二?}二?{^ | 100100111111000100111111011111011001001111110001001111110111101101011110 | 93f13f7d93f13f7b5e |
EUC-JP | 二?}二?{^ | 110001101111001100111111011111011100011011110011001111110111101101011110 | c6f33f7dc6f33f7b5e |
UTF-8 | 二똭}二똭{^ | 111001001011101010001100111010111001100010101101011111011110010010111010100011001110101110011000101011010111101101011110 | e4ba8ceb98ad7de4ba8ceb98ad7b5e |
UHC | 二똭}二똭{^ | 1110110010100011100011000110111001111101111011001010001110001100011011100111101101011110 | eca38c6e7deca38c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)