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 | 將?將?^ | 10011011100100100011111110011011100100100011111101011110 | 9b923f9b923f5e |
EUC-JP | 將?將?^ | 11010101111100100011111111010101111100100011111101011110 | d5f23fd5f23f5e |
UTF-8 | 將쁩將쁠^ | 11100101101100001000011111101100100000011010100111100101101100001000011111101100100000011010000001011110 | e5b087ec81a9e5b087ec81a05e |
UHC | 將쁩將쁠^ | 111011011110001010111011110111101110110111100010101110111101110001011110 | ede2bbdeede2bbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)