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 | 孩렞[孩렞[^ | 111001011010110110101001111010111010000010011110010110111110010110101101101010011110101110100000100111100101101101011110 | e5ada9eba09e5be5ada9eba09e5b5e |
UHC | 孩렞[孩렞[^ | 1111101010101001100011101010111101011011111110101010100110001110101011110101101101011110 | faa98eaf5bfaa98eaf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)