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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 孩?[孩?[^ | 100110110111011100111111010110111001101101110111001111110101101101011110 | 9b773f5b9b773f5b5e |
EUC-JP | 孩?[孩?[^ | 110101011101100000111111010110111101010111011000001111110101101101011110 | d5d83f5bd5d83f5b5e |
UTF-8 | 孩렕[孩렕[^ | 111001011010110110101001111010111010000010010101010110111110010110101101101010011110101110100000100101010101101101011110 | e5ada9eba0955be5ada9eba0955b5e |
UHC | 孩렕[孩렕[^ | 1111101010101001100011101010101001011011111110101010100110001110101010100101101101011110 | faa98eaa5bfaa98eaa5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)