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 | 莉門ュ伜援 | 111001001011101110010110111001011010110110011000111001011000100110000111 | e4bb96e5ad98e58987 |
EUC-JP | 莉門ュ伜援 | 11101000101111011100110011100111100011101010110111010000111001111011000111100111 | e8bdcce78eadd0e7b1e7 |
UTF-8 | 莉門ュ伜援 | 111010001000111010001001111010011001011010000000111011111011110110101101111001001011110010011100111001101000111110110100 | e88e89e99680efbdade4bc9ce68fb4 |
UHC | 莉門??援 | 1101011111101001110110101010011000111111001111111110101010110101 | d7e9daa63f3feab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)