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 | «Ñú¾ | 1000111110101011110100011111101010111110 | 8fabd1fabe |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??Ñú? | 001111110011111110001111101010101101000010001111101010111110001000111111 | 3f3f8faad08fabe23f |
UTF-8 | «Ñú¾ | 11000010100011111100001010101011110000111001000111000011101110101100001010111110 | c28fc2abc391c3bac2be |
UHC | ????¾ | 001111110011111100111111001111111010100011111010 | 3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)