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 | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
SJIS-WIN | ツ兌ツつ古ゥf | 11000010100110010101101111000010100000101100001010001100110000111010100101100110 | c2995bc282c28cc3a966 |
EUC-JP | ツ兌ツつ古ゥf | 10001110110000101101000110111100100011101100001010100100110001001011100011000101100011101010100101100110 | 8ec2d1bc8ec2a4c4b8c58ea966 |
UTF-8 | ツ兌ツつ古ゥf | 11101111101111101000001011100101100001011000110011101111101111101000001011100011100000011010010011100101100011111010010011101111101111011010100101100110 | efbe82e5858cefbe82e381a4e58fa4efbda966 |
UHC | ?兌?つ古?f | 00111111111101111011101000111111101010101100010011001101101011110011111101100110 | 3ff7ba3faac4cdaf3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)