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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 孩拔?v\ | 10011011011101111001110101010101001111110111011001011100 | 9b779d553f765c |
EUC-JP | 孩拔?v\ | 11010101110110001101100110110110001111110111011001011100 | d5d8d9b63f765c |
UTF-8 | 孩拔췻v\ | 1110010110101101101010011110011010001011100101001110110010110111101110110111011001011100 | e5ada9e68b94ecb7bb765c |
UHC | 孩拔췻v\ | 1111101010101001110110101111101111000011111100000111011001011100 | faa9dafbc3f0765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)