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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驟ャ逹・驟ャ | 111010011000010110101100111001111001110110100101111010011000010110101100 | e985ace79da5e985ac |
EUC-JP | 驟ャ逹・驟ャ | 111100011110010110001110101011001110110111111101100011101010010111110001111001011000111010101100 | f1e58eacedfd8ea5f1e58eac |
UTF-8 | 驟ャ逹・驟ャ | 111010011010100110011111111011111011110110101100111010011000000010111001111011111011110110100101111010011010100110011111111011111011110110101100 | e9a99fefbdace980b9efbda5e9a99fefbdac |
UHC | 驟???驟? | 1111011010101110001111110011111100111111111101101010111000111111 | f6ae3f3f3ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)