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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 玉??節??^ | 100010111100101000111111001111111001000011011111001111110011111101011110 | 8bca3f3f90df3f3f5e |
EUC-JP | 玉??節??^ | 101101101100110000111111001111111100000011100001001111110011111101011110 | b6cc3f3fc0e13f3f5e |
UTF-8 | 玉좂댖節뤄스^ | 11100111100011101000100111101100101000101000001011101011100011001001011011100111101011111000000011101011101001001000010011101100100010101010010001011110 | e78e89eca282eb8c96e7af80eba484ec8aa45e |
UHC | 玉좂댖節뤄스^ | 11101000101011001010000011100111100010001011101011101111101111011011011111101111101111011011101001011110 | e8aca0e788baefbdb7efbdba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)