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 | 關妲}關妲{^ | 1110100010010000100110110100011001111101111010001001000010011011010001100111101101011110 | e8909b467de8909b467b5e |
EUC-JP | 關妲}關妲{^ | 1110111111110000110101011010011101111101111011111111000011010101101001110111101101011110 | eff0d5a77deff0d5a77b5e |
UTF-8 | 關妲}關妲{^ | 111010011001011110011100111001011010011010110010011111011110100110010111100111001110010110100110101100100111101101011110 | e9979ce5a6b27de9979ce5a6b27b5e |
UHC | 關?}關?{^ | 110011101011110000111111011111011100111010111100001111110111101101011110 | cebc3f7dcebc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)