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 | ûÅ»x | 1111101111000101100011101011101101111000 | fbc58ebb78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ûÅ??x | 100011111010101111100101100011111010101010101001001111110011111101111000 | 8fabe58faaa93f3f78 |
UTF-8 | ûÅ»x | 110000111011101111000011100001011100001010001110110000101011101101111000 | c3bbc385c28ec2bb78 |
UHC | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)