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 | íü©ò® | 1110110111111100100011101010100111110010101011011000111010101110 | edfc8ea9f2ad8eae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íü?©ò??® | 100011111010101110111111100011111010101111100100001111111000111110100010111011011000111110101011110100100011111100111111100011111010001011101110 | 8fabbf8fabe43f8fa2ed8fabd23f3f8fa2ee |
UTF-8 | íü©ò® | 11000011101011011100001110111100110000101000111011000010101010011100001110110010110000101010110111000010100011101100001010101110 | c3adc3bcc28ec2a9c3b2c2adc28ec2ae |
UHC | ??????® | 00111111001111110011111100111111001111111010000110101001001111111010001011100111 | 3f3f3f3f3fa1a93fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)