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 | 村担}村担{^ | 1001000110111010100100100101001101111101100100011011101010010010010100110111101101011110 | 91ba92537d91ba92537b5e |
EUC-JP | 村担}村担{^ | 1100001010111100110000111011010001111101110000101011110011000011101101000111101101011110 | c2bcc3b47dc2bcc3b47b5e |
UTF-8 | 村担}村担{^ | 111001101001110110010001111001101000101110000101011111011110011010011101100100011110011010001011100001010111101101011110 | e69d91e68b857de69d91e68b857b5e |
UHC | 村?}村?{^ | 111101011011110100111111011111011111010110111101001111110111101101011110 | f5bd3f7df5bd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)