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 | ñü¼êÉúB | 11110001111111001011110011101010110010011111101001000010 | f1fcbceac9fa42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ñü?êÉúB | 1000111110101011110100001000111110101011111001000011111110001111101010111011010010001111101010101011000110001111101010111110001001000010 | 8fabd08fabe43f8fabb48faab18fabe242 |
UTF-8 | ñü¼êÉúB | 11000011101100011100001110111100110000101011110011000011101010101100001110001001110000111011101001000010 | c3b1c3bcc2bcc3aac389c3ba42 |
UHC | ??¼???B | 0011111100111111101010001111100100111111001111110011111101000010 | 3f3fa8f93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)