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 | íü©éô¸ | 1110110111111100100011101010100111101001111101001000111010111000 | edfc8ea9e9f48eb8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íü?©éô?¸ | 1000111110101011101111111000111110101011111001000011111110001111101000101110110110001111101010111011000110001111101010111101010000111111100011111010001010110001 | 8fabbf8fabe43f8fa2ed8fabb18fabd43f8fa2b1 |
UTF-8 | íü©éô¸ | 11000011101011011100001110111100110000101000111011000010101010011100001110101001110000111011010011000010100011101100001010111000 | c3adc3bcc28ec2a9c3a9c3b4c28ec2b8 |
UHC | ???????¸ | 001111110011111100111111001111110011111100111111001111111010001010101100 | 3f3f3f3f3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)