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 | ?慮底 | 0011111110010111101101101001001011101010 | 3f97b692ea |
EUC-JP | ?慮底 | 0011111111001110101110001100010011101100 | 3fceb8c4ec |
UTF-8 | 뤵慮底 | 111010111010010010110101111001101000010110101110111001011011101010010101 | eba4b5e685aee5ba95 |
UHC | 뤵慮底 | 100011111110001111010101111001111110111010111100 | 8fe3d5e7eebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)