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 | ïü²ñ½¾ | 1110111111111100101100101111000110001110101111011000111010111110 | effcb2f18ebd8ebe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ïü?ñ???? | 1000111110101011110000011000111110101011111001000011111110001111101010111101000000111111001111110011111100111111 | 8fabc18fabe43f8fabd03f3f3f3f |
UTF-8 | ïü²ñ½¾ | 11000011101011111100001110111100110000101011001011000011101100011100001010001110110000101011110111000010100011101100001010111110 | c3afc3bcc2b2c3b1c28ec2bdc28ec2be |
UHC | ??²??½?¾ | 0011111100111111101010011111011100111111001111111010100011110110001111111010100011111010 | 3f3fa9f73f3fa8f63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)