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 | 髱ょーコ雉ェ | 111010011001110110000010111001011011000010111010111010001011001110101010 | e99d82e5b0bae8b3aa |
EUC-JP | 髱ょーコ雉ェ | 111100011111110110100100111001111000111010110000100011101011101011110000101101011000111010101010 | f1fda4e78eb08ebaf0b58eaa |
UTF-8 | 髱ょーコ雉ェ | 111010011010101110110001111000111000001010000111111011111011110110110000111011111011110110111010111010011001101110001001111011111011110110101010 | e9abb1e38287efbdb0efbdbae99b89efbdaa |
UHC | ?ょ??雉? | 0011111110101010111001110011111100111111111101101100101100111111 | 3faae73f3ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)