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 | 謦畷スゥ寬イ^ | 11100110100100101001001111101011101111011010100111111010101010101011001001011110 | e69293ebbda9faaab25e |
EUC-JP | 謦畷スゥ?イ^ | 111010111111001011000110111011011000111010111101100011101010100100111111100011101011001001011110 | ebf2c6ed8ebd8ea93f8eb25e |
UTF-8 | 謦畷スゥ寬イ^ | 11101000101011001010011011100111100101011011011111101111101111011011110111101111101111011010100111100101101011111010110011101111101111011011001001011110 | e8aca6e795b7efbdbdefbda9e5afacefbdb25e |
UHC | ????寬?^ | 0011111100111111001111110011111111001110101100000011111101011110 | 3f3f3f3fceb03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)