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 | ÙÙ^ | 100110111001100110011011110110011001101110011001100110111101100101011110 | 9b999bd99b999bd95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Ù???Ù^ | 00111111001111110011111110001111101010101110001100111111001111110011111110001111101010101110001101011110 | 3f3f3f8faae33f3f3f8faae35e |
UTF-8 | ÙÙ^ | 1100001010011011110000101001100111000010100110111100001110011001110000101001101111000010100110011100001010011011110000111001100101011110 | c29bc299c29bc399c29bc299c29bc3995e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)