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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 哀承^ | 1000100010100011100011111011001101011110 | 88a38fb35e |
EUC-JP | 哀承^ | 1011000010100101101111101011010101011110 | b0a5beb55e |
UTF-8 | 哀承^ | 11100101100100111000000011100110100010011011111101011110 | e59380e689bf5e |
UHC | 哀承^ | 1110010011101110111000111010111101011110 | e4eee3af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)