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 | ûÖ¹ú¶¶ | 1111101111010110100011101011100111111010101101101000111010110110 | fbd68eb9fab68eb6 |
SJIS-WIN | ?????¶?¶ | 00111111001111110011111100111111001111111000000111110111001111111000000111110111 | 3f3f3f3f3f81f73f81f7 |
EUC-JP | ûÖ??ú¶?¶ | 10001111101010111110010110001111101010101101001100111111001111111000111110101011111000101010001011111001001111111010001011111001 | 8fabe58faad33f3f8fabe2a2f93fa2f9 |
UTF-8 | ûÖ¹ú¶¶ | 11000011101110111100001110010110110000101000111011000010101110011100001110111010110000101011011011000010100011101100001010110110 | c3bbc396c28ec2b9c3bac2b6c28ec2b6 |
UHC | ???¹?¶?¶ | 0011111100111111001111111010100111110110001111111010001011010010001111111010001011010010 | 3f3f3fa9f63fa2d23fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)