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 | ð¡¶m | 1111000010100001100011101011011001101101 | f0a18eb66d |
SJIS-WIN | ???¶m | 001111110011111100111111100000011111011101101101 | 3f3f3f81f76d |
EUC-JP | ð¡?¶m | 10001111101010011100001110001111101000101100001000111111101000101111100101101101 | 8fa9c38fa2c23fa2f96d |
UTF-8 | ð¡¶m | 110000111011000011000010101000011100001010001110110000101011011001101101 | c3b0c2a1c28ec2b66d |
UHC | ð¡?¶m | 1010100110100011101000101010111000111111101000101101001001101101 | a9a3a2ae3fa2d26d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)