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 | ??¡? | 00111111001111111010000100111111 | 3f3fa13f |
SJIS-WIN | 伊葛?憶 | 10001000110010011000101010001011001111111000100110101111 | 88c98a8b3f89af |
EUC-JP | 伊葛¡憶 | 101100001100101110110011111010111000111110100010110000101011001010110001 | b0cbb3eb8fa2c2b2b1 |
UTF-8 | 伊葛¡憶 | 1110010010111100100010101110100010010001100110111100001010100001111001101000011010110110 | e4bc8ae8919bc2a1e686b6 |
UHC | 伊葛¡憶 | 1110110010100101110010101110011110100010101011101110010111100011 | eca5cae7a2aee5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)