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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闥溽沮 | 111010001001001010011111111001111001111110011100 | e8929fe79f9c |
EUC-JP | 闥溽沮 | 111011111111001011011110111010011101110111111100 | eff2dee9ddfc |
UTF-8 | 闥溽沮 | 111010011001011110100101111001101011101010111101111001101011001010101110 | e997a5e6babde6b2ae |
UHC | ??沮 | 00111111001111111110111011000001 | 3f3feec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)