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 | ç¸é°Î | 11100111101110001001001011101001100100011011000011001110 | e7b892e991b0ce |
SJIS-WIN | ?????°? | 0011111100111111001111110011111100111111100000011000101100111111 | 3f3f3f3f3f818b3f |
EUC-JP | ��Π| 10001111101010111010111010001111101000101011000100111111100011111010101110110001001111111010000111101011100011111010101011000010 | 8fabae8fa2b13f8fabb13fa1eb8faac2 |
UTF-8 | ç¸é°Î | 1100001110100111110000101011100011000010100100101100001110101001110000101001000111000010101100001100001110001110 | c3a7c2b8c292c3a9c291c2b0c38e |
UHC | ?¸???°? | 001111111010001010101100001111110011111100111111101000011100011000111111 | 3fa2ac3f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)