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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯倬キコ雉 | 1110100110101100100110001110100110110111101110101110100010110011 | e9ac98e9b7bae8b3 |
EUC-JP | 鬯倬キコ雉 | 11110010101011101101000011101011100011101011011110001110101110101111000010110101 | f2aed0eb8eb78ebaf0b5 |
UTF-8 | 鬯倬キコ雉 | 111010011010110010101111111001011000000010101100111011111011110110110111111011111011110110111010111010011001101110001001 | e9acafe580acefbdb7efbdbae99b89 |
UHC | ?倬??雉 | 00111111111101101111000000111111001111111111011011001011 | 3ff6f03f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)