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 | îõ·Ñºç | 1110111011110101100011101011011110001110110100011011101011100111 | eef58eb78ed1bae7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | îõ???Ѻç | 100011111010101111000010100011111010101111011000001111110011111100111111100011111010101011010000100011111010001011101011100011111010101110101110 | 8fabc28fabd83f3f3f8faad08fa2eb8fabae |
UTF-8 | îõ·Ñºç | 11000011101011101100001110110101110000101000111011000010101101111100001010001110110000111001000111000010101110101100001110100111 | c3aec3b5c28ec2b7c28ec391c2bac3a7 |
UHC | ???·??º? | 00111111001111110011111110100001101001000011111100111111101010001010110000111111 | 3f3f3fa1a43f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)