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 | ðýר | 11110000111111011101011110101000 | f0fdd7a8 |
SJIS-WIN | ??ר | 001111110011111110000001011111101000000101001110 | 3f3f817e814e |
EUC-JP | ðýר | 10001111101010011100001110001111101010111111001010100001110111111010000110101111 | 8fa9c38fabf2a1dfa1af |
UTF-8 | ðýר | 1100001110110000110000111011110111000011100101111100001010101000 | c3b0c3bdc397c2a8 |
UHC | ð?ר | 10101001101000110011111110100001101111111010000110100111 | a9a33fa1bfa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)