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 | 髫ェ繧牙垓隘 | 1110100110011010101010101110001110000010100010011110010110011010101101001110100010100101 | e99aaae38289e59ab4e8a5 |
EUC-JP | 髫ェ繧牙垓隘 | 111100011111101010001110101010101110010111100010101100101110011111010100101101101111000010100111 | f1fa8eaae5e2b2e7d4b6f0a7 |
UTF-8 | 髫ェ繧牙垓隘 | 111010011010101110101011111011111011110110101010111001111011100110100111111001111000100110011001111001011001111010010011111010011001101010011000 | e9ababefbdaae7b9a7e78999e59e93e99a98 |
UHC | ???牙垓隘 | 001111110011111100111111111001001011001111111010101001111110010011110110 | 3f3f3fe4b3faa7e4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)