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 | 敖??塢? | 10011101110000100011111100111111100110101100011100111111 | 9dc23f3f9ac73f |
EUC-JP | 敖??塢? | 11011010110001000011111100111111110101001100100100111111 | dac43f3fd4c93f |
UTF-8 | 敖뉐츪塢풟 | 111001101001010110010110111010111000100110010000111011001011100010101010111001011010000110100010111011011001001010011111 | e69596eb8990ecb8aae5a1a2ed929f |
UHC | 敖뉐츪塢풟 | 11100111111110011000011111100101101011101001111111100111111100011011111101000010 | e7f987e5ae9fe7f1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)