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 | ¾½³¼º^ | 101111101011110110001110101100111000111010111100100011101011101001011110 | bebd8eb38ebc8eba5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???????º^ | 0011111100111111001111110011111100111111001111110011111110001111101000101110101101011110 | 3f3f3f3f3f3f3f8fa2eb5e |
UTF-8 | ¾½³¼º^ | 1100001010111110110000101011110111000010100011101100001010110011110000101000111011000010101111001100001010001110110000101011101001011110 | c2bec2bdc28ec2b3c28ec2bcc28ec2ba5e |
UHC | ¾½?³?¼?º^ | 1010100011111010101010001111011000111111101010011111100000111111101010001111100100111111101010001010110001011110 | a8faa8f63fa9f83fa8f93fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)