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 | ¶ãÛ®B | 1011011011100011110110111010111001000010 | b6e3dbae42 |
SJIS-WIN | ¶???B | 100000011111011100111111001111110011111101000010 | 81f73f3f3f42 |
EUC-JP | ¶ãÛ®B | 101000101111100110001111101010111010101010001111101010101110010110001111101000101110111001000010 | a2f98fabaa8faae58fa2ee42 |
UTF-8 | ¶ãÛ®B | 110000101011011011000011101000111100001110011011110000101010111001000010 | c2b6c3a3c39bc2ae42 |
UHC | ¶??®B | 10100010110100100011111100111111101000101110011101000010 | a2d23f3fa2e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)