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 | 驕ス蝓弱′隰 | 1110100110000001101111011110010110011111100011101110001110000001100011001110100010101100 | e981bde59f8ee3818ce8ac |
EUC-JP | 驕ス蝓弱′隰 | 111100011110000110001110101111011110101010100001101111001110010110100001111011001111000010101110 | f1e18ebdeaa1bce5a1ecf0ae |
UTF-8 | 驕ス蝓弱′隰 | 111010011010100110010101111011111011110110111101111010001001110110010011111001011011110010110001111000101000000010110010111010011001101010110000 | e9a995efbdbde89d93e5bcb1e280b2e99ab0 |
UHC | 驕??弱′? | 110011101111011000111111001111111110010110110000101000011100011100111111 | cef63f3fe5b0a1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)