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 | 奄??毓? | 10001001100000100011111100111111100111110111100100111111 | 89823f3f9f793f |
EUC-JP | 奄??毓? | 10110001111000100011111100111111110111011101101000111111 | b1e23f3fddda3f |
UTF-8 | 奄몃굝毓틼 | 111001011010010110000100111010111010101010000011111010101011010110011101111001101010111110010011111011011000101110111100 | e5a584ebaa83eab59de6af93ed8bbc |
UHC | 奄몃굝毓틼 | 11100101111100101011100011101011100000101000010111101011101111101011101101000010 | e5f2b8eb8285ebbebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)