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 | í÷¾ñù½ | 1110110111110111100011101011111011110001111110011000111010111101 | edf78ebef1f98ebd |
SJIS-WIN | ?÷?????? | 001111111000000110000000001111110011111100111111001111110011111100111111 | 3f81803f3f3f3f3f3f |
EUC-JP | í÷??ñù?? | 100011111010101110111111101000011110000000111111001111111000111110101011110100001000111110101011111000110011111100111111 | 8fabbfa1e03f3f8fabd08fabe33f3f |
UTF-8 | í÷¾ñù½ | 11000011101011011100001110110111110000101000111011000010101111101100001110110001110000111011100111000010100011101100001010111101 | c3adc3b7c28ec2bec3b1c3b9c28ec2bd |
UHC | ?÷?¾???½ | 0011111110100001110000000011111110101000111110100011111100111111001111111010100011110110 | 3fa1c03fa8fa3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)