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 | ò³ò§×® | 111100101011001111110010101001111101011110101110 | f2b3f2a7d7ae |
SJIS-WIN | ???§×? | 0011111100111111001111111000000110011000100000010111111000111111 | 3f3f3f8198817e3f |
EUC-JP | ò?ò§×® | 1000111110101011110100100011111110001111101010111101001010100001111110001010000111011111100011111010001011101110 | 8fabd23f8fabd2a1f8a1df8fa2ee |
UTF-8 | ò³ò§×® | 110000111011001011000010101100111100001110110010110000101010011111000011100101111100001010101110 | c3b2c2b3c3b2c2a7c397c2ae |
UHC | ?³?§×® | 00111111101010011111100000111111101000011101011110100001101111111010001011100111 | 3fa9f83fa1d7a1bfa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)