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 | 1111101111001110100011101010101101111000 | fbce8eab78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ûÎ??x | 100011111010101111100101100011111010101011000010001111110011111101111000 | 8fabe58faac23f3f78 |
UTF-8 | ûΫx | 110000111011101111000011100011101100001010001110110000101010101101111000 | c3bbc38ec28ec2ab78 |
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)