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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 栯?栯?^ | 100011111100001111010010001111111000111111000011110100100011111101011110 | 8fc3d23f8fc3d23f5e |
UTF-8 | 栯떾栯떾^ | 11100110101000001010111111101011100101101011111011100110101000001010111111101011100101101011111001011110 | e6a0afeb96bee6a0afeb96be5e |
UHC | 栯떾栯떾^ | 111010011111000110001011110001101110100111110001100010111100011001011110 | e9f18bc6e9f18bc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)