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 | íþ°è¿ | 111011011111111010001110101100001110100010111111 | edfe8eb0e8bf |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | íþ?°è¿ | 100011111010101110111111100011111010100111010000001111111010000111101011100011111010101110110010100011111010001011000100 | 8fabbf8fa9d03fa1eb8fabb28fa2c4 |
UTF-8 | íþ°è¿ | 110000111010110111000011101111101100001010001110110000101011000011000011101010001100001010111111 | c3adc3bec28ec2b0c3a8c2bf |
UHC | ?þ?°?¿ | 001111111010100110101101001111111010000111000110001111111010001010101111 | 3fa9ad3fa1c63fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)