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 | ±Ú°ü | 1011000111011010100011111011000011111100 | b1da8fb0fc |
SJIS-WIN | ±??°? | 10000001011111010011111100111111100000011000101100111111 | 817d3f3f818b3f |
EUC-JP | ±Ú?°ü | 1010000111011110100011111010101011100010001111111010000111101011100011111010101111100100 | a1de8faae23fa1eb8fabe4 |
UTF-8 | ±Ú°ü | 11000010101100011100001110011010110000101000111111000010101100001100001110111100 | c2b1c39ac28fc2b0c3bc |
UHC | ±??°? | 10100001101111100011111100111111101000011100011000111111 | a1be3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)