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 | ûPÎûÚ¨ | 111110110101000011001110111110111101101010101000 | fb50cefbdaa8 |
SJIS-WIN | ?P???¨ | 00111111010100000011111100111111001111111000000101001110 | 3f503f3f3f814e |
EUC-JP | ûPÎûÚ¨ | 100011111010101111100101010100001000111110101010110000101000111110101011111001011000111110101010111000101010000110101111 | 8fabe5508faac28fabe58faae2a1af |
UTF-8 | ûPÎûÚ¨ | 1100001110111011010100001100001110001110110000111011101111000011100110101100001010101000 | c3bb50c38ec3bbc39ac2a8 |
UHC | ?P???¨ | 00111111010100000011111100111111001111111010000110100111 | 3f503f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)