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 | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
SJIS-WIN | ツ達hEツ達hEB | 1100001010010010010000100110100001000101110000101001001001000010011010000100010101000010 | c292426845c29242684542 |
EUC-JP | ツ達hEツ達hEB | 10001110110000101100001110100011011010000100010110001110110000101100001110100011011010000100010101000010 | 8ec2c3a368458ec2c3a3684542 |
UTF-8 | ツ達hEツ達hEB | 1110111110111110100000101110100110000001100101000110100001000101111011111011111010000010111010011000000110010100011010000100010101000010 | efbe82e981946845efbe82e98194684542 |
UHC | ?達hE?達hEB | 0011111111010011101110010110100001000101001111111101001110111001011010000100010101000010 | 3fd3b968453fd3b9684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)