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 | 阡募勣霈ッ阮 | 1110100010010100100101011110010110011001101010001110100010111100101011111110100010010110 | e89495e599a8e8bcafe896 |
EUC-JP | 阡募勣霈ッ阮 | 111011111111010011001010111001111101001010101010111100001011111010001110101011111110111111110110 | eff4cae7d2aaf0be8eafeff6 |
UTF-8 | 阡募勣霈ッ阮 | 111010011001100010100001111001011000101110011111111001011000101110100011111010011001110010001000111011111011110110101111111010011001100010101110 | e998a1e58b9fe58ba3e99c88efbdafe998ae |
UHC | 阡募勣??阮 | 11110100110001101101100110110100111011101101001100111111001111111110100011010110 | f4c6d9b4eed33f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)