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 | «Ñ¡¯« | 10001111101010111101000110100001101011111000111110101011 | 8fabd1a1af8fab |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??Ñ¡¯?? | 00111111001111111000111110101010110100001000111110100010110000101000111110100010101101000011111100111111 | 3f3f8faad08fa2c28fa2b43f3f |
UTF-8 | «Ñ¡¯« | 1100001010001111110000101010101111000011100100011100001010100001110000101010111111000010100011111100001010101011 | c28fc2abc391c2a1c2afc28fc2ab |
UHC | ???¡??? | 0011111100111111001111111010001010101110001111110011111100111111 | 3f3f3fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)