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 | 񣫁 | 1011000111111010100011111011110111111100 | b1fa8fbdfc |
SJIS-WIN | ±???? | 100000010111110100111111001111110011111100111111 | 817d3f3f3f3f |
EUC-JP | ±ú??ü | 10100001110111101000111110101011111000100011111100111111100011111010101111100100 | a1de8fabe23f3f8fabe4 |
UTF-8 | 񣫁 | 11000010101100011100001110111010110000101000111111000010101111011100001110111100 | c2b1c3bac28fc2bdc3bc |
UHC | ±??½? | 10100001101111100011111100111111101010001111011000111111 | a1be3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)