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 | ð¶°î±ð | 111100001011011010110000111011101011000111110000 | f0b6b0eeb1f0 |
SJIS-WIN | ?¶°?±? | 001111111000000111110111100000011000101100111111100000010111110100111111 | 3f81f7818b3f817d3f |
EUC-JP | ð¶°î±ð | 100011111010100111000011101000101111100110100001111010111000111110101011110000101010000111011110100011111010100111000011 | 8fa9c3a2f9a1eb8fabc2a1de8fa9c3 |
UTF-8 | ð¶°î±ð | 110000111011000011000010101101101100001010110000110000111010111011000010101100011100001110110000 | c3b0c2b6c2b0c3aec2b1c3b0 |
UHC | ð¶°?±ð | 1010100110100011101000101101001010100001110001100011111110100001101111101010100110100011 | a9a3a2d2a1c63fa1bea9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)