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 | 將빳將빳^ | 11100101101100001000011111101011101110011011001111100101101100001000011111101011101110011011001101011110 | e5b087ebb9b3e5b087ebb9b35e |
UHC | 將빳將빳^ | 111011011110001010111011101001011110110111100010101110111010010101011110 | ede2bba5ede2bba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)