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 | 魘ェ雋臥翠雋 | 1110100110110100101010101110100010110010100010011110011110010000100010011110100010110010 | e9b4aae8b289e79089e8b2 |
EUC-JP | 魘ェ雋臥翠雋 | 111100101011011010001110101010101111000010110100101100101110100110111111111010011111000010110100 | f2b68eaaf0b4b2e9bfe9f0b4 |
UTF-8 | 魘ェ雋臥翠雋 | 111010011010110110011000111011111011110110101010111010011001101110001011111010001000011110100101111001111011111110100000111010011001101110001011 | e9ad98efbdaae99b8be887a5e7bfa0e99b8b |
UHC | ??雋臥翠雋 | 00111111001111111111000111100110111010001100001011110110101010001111000111100110 | 3f3ff1e6e8c2f6a8f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)