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 | çß²é¶ | 111001111101111110110010111010011011011010000110 | e7dfb2e9b686 |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | çß?é¶? | 10001111101010111010111010001111101010011100111000111111100011111010101110110001101000101111100100111111 | 8fabae8fa9ce3f8fabb1a2f93f |
UTF-8 | çß²é¶ | 110000111010011111000011100111111100001010110010110000111010100111000010101101101100001010000110 | c3a7c39fc2b2c3a9c2b6c286 |
UHC | ?ß²?¶? | 001111111010100110101100101010011111011100111111101000101101001000111111 | 3fa9aca9f73fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)