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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?奕] | 00111111100110101111001101011101 | 3f9af35d |
EUC-JP | ?奕] | 00111111110101001111010101011101 | 3fd4f55d |
UTF-8 | 밄奕] | 11101011101100001000010011100101101001011001010101011101 | ebb084e5a5955d |
UHC | 밄奕] | 1001001101000010111110101101000101011101 | 9342fad15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)