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 | 野野^ | 1001011011101100100101101110110001011110 | 96ec96ec5e |
EUC-JP | 野野^ | 1100110011101110110011001110111001011110 | cceeccee5e |
UTF-8 | 野野^ | 11101001100001111000111011101001100001111000111001011110 | e9878ee9878e5e |
UHC | 野野^ | 1110010110101111111001011010111101011110 | e5afe5af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)