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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋墓ァォ陦 | 1110100011111001100101011110011010100111101010111110100010100001 | e8f995e6a7abe8a1 |
EUC-JP | 顋墓ァォ陦 | 11110000111110111100101011101000100011101010011110001110101010111111000010100011 | f0fbcae88ea78eabf0a3 |
UTF-8 | 顋墓ァォ陦 | 111010011010000110001011111001011010001010010011111011111011110110100111111011111011110110101011111010011001100110100110 | e9a18be5a293efbda7efbdabe999a6 |
UHC | ?墓??? | 001111111101100111010111001111110011111100111111 | 3fd9d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)